summaryrefslogtreecommitdiffstats
path: root/spec/build/cpukit
diff options
context:
space:
mode:
authorVijay Kumar Banerjee <vijay@rtems.org>2021-02-26 15:51:07 -0700
committerVijay Kumar Banerjee <vijay@rtems.org>2021-04-07 16:15:39 -0600
commit3299dda2454a8847c670a732f6c12ef1f2cc5dd0 (patch)
tree527702ea80d3a4953710e275cd1466b2196a51c3 /spec/build/cpukit
parenttestsuites/libtests: Remove networking01 (diff)
downloadrtems-3299dda2454a8847c670a732f6c12ef1f2cc5dd0.tar.bz2
cpukit: Remove telnetd
Update #3850
Diffstat (limited to 'spec/build/cpukit')
-rw-r--r--spec/build/cpukit/grp.yml2
-rw-r--r--spec/build/cpukit/libtelnetd.yml24
2 files changed, 0 insertions, 26 deletions
diff --git a/spec/build/cpukit/grp.yml b/spec/build/cpukit/grp.yml
index f84419b675..9433f308ea 100644
--- a/spec/build/cpukit/grp.yml
+++ b/spec/build/cpukit/grp.yml
@@ -30,8 +30,6 @@ links:
- role: build-dependency
uid: librtemstest
- role: build-dependency
- uid: libtelnetd
-- role: build-dependency
uid: libtftpfs
- role: build-dependency
uid: libz
diff --git a/spec/build/cpukit/libtelnetd.yml b/spec/build/cpukit/libtelnetd.yml
deleted file mode 100644
index 089a710af0..0000000000
--- a/spec/build/cpukit/libtelnetd.yml
+++ /dev/null
@@ -1,24 +0,0 @@
-SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
-build-type: library
-cflags: []
-copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
-cppflags: []
-cxxflags: []
-enabled-by: true
-includes:
-- cpukit/libnetworking
-install:
-- destination: ${BSP_INCLUDEDIR}/rtems
- source:
- - cpukit/include/rtems/telnetd.h
-install-path: ${BSP_LIBDIR}
-links: []
-source:
-- cpukit/telnetd/check_passwd.c
-- cpukit/telnetd/des.c
-- cpukit/telnetd/pty.c
-- cpukit/telnetd/telnetd-init.c
-- cpukit/telnetd/telnetd.c
-target: telnetd
-type: build