diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
commit | f249735ad71fd5f13bfd295c55e1e0d596a1dbff (patch) | |
tree | 93735f3e25beab7ac8bf066c504df17b244db4eb /screen/screen_4.0.2.oe | |
parent | 11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff) |
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'screen/screen_4.0.2.oe')
-rw-r--r-- | screen/screen_4.0.2.oe | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/screen/screen_4.0.2.oe b/screen/screen_4.0.2.oe index 5a42383054..a8249891f4 100644 --- a/screen/screen_4.0.2.oe +++ b/screen/screen_4.0.2.oe @@ -4,12 +4,13 @@ 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://${FILESDIR}/configure.patch;patch=1 +SRC_URI = "ftp://ftp.uni-erlangen.de/pub/utilities/screen/screen-${PV}.tar.gz \ + file://${FILESDIR}/configure.patch;patch=1" inherit autotools -EXTRA_OECONF = '--with-pty-mode=0620 --with-pty-group=5 --disable-pam' +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 |