aboutsummaryrefslogtreecommitdiffstats
path: root/screen/screen_4.0.2.oe
diff options
context:
space:
mode:
Diffstat (limited to 'screen/screen_4.0.2.oe')
-rw-r--r--screen/screen_4.0.2.oe18
1 files changed, 0 insertions, 18 deletions
diff --git a/screen/screen_4.0.2.oe b/screen/screen_4.0.2.oe
deleted file mode 100644
index 16dc9efbec..0000000000
--- a/screen/screen_4.0.2.oe
+++ /dev/null
@@ -1,18 +0,0 @@
-SECTION = "console/utils"
-DEPENDS = "ncurses"
-DESCRIPTION = "Screen is a full-screen window manager \
-that multiplexes a physical terminal between several \
-processes, typically interactive shells."
-
-SRC_URI = "ftp://ftp.uni-erlangen.de/pub/utilities/screen/screen-${PV}.tar.gz \
- file://configure.patch;patch=1"
-
-inherit autotools
-
-EXTRA_OECONF = "--with-pty-mode=0620 --with-pty-group=5 --disable-pam"
-
-do_configure_prepend () {
- for f in comm.h kmapdef.c term.h tty.c; do
- cp ${S}/$f.dist ${S}/$f
- done
-}