diff options
author | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-05-15 10:39:44 +0000 |
---|---|---|
committer | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-05-15 10:39:44 +0000 |
commit | 0471b0c702db2c6872d4432c3714df0f06da49ec (patch) | |
tree | 0833c319efa4c5087ca69e085387dd2a13899f0a /packages/screen/screen_4.0.2.bb | |
parent | 5c3d5dc608618c70637758db9f4602b8726c34a8 (diff) |
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/05/15 11:11:36+02:00 uni-frankfurt.de!mickeyl
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages
2005/05/14 23:54:59+02:00 uni-frankfurt.de!mickeyl
add module-init-tools 3.2-pre4 - this one is needed to get the new in kernel PCMCIA control working. can someone check if the soc patch is still necessary?
2005/05/14 23:53:20+02:00 uni-frankfurt.de!mickeyl
screen -> nonworking. needs lots of patches to compile against recent userland headers
BKrev: 428726f0ZE6CnZMxsDxjonzJhtkWgg
Diffstat (limited to 'packages/screen/screen_4.0.2.bb')
-rw-r--r-- | packages/screen/screen_4.0.2.bb | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/packages/screen/screen_4.0.2.bb b/packages/screen/screen_4.0.2.bb deleted file mode 100644 index c2cd758dde..0000000000 --- a/packages/screen/screen_4.0.2.bb +++ /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." -LICENSE = "GPL" -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 -} |