diff options
Diffstat (limited to 'screen/screen_3.9.15.oe')
-rw-r--r-- | screen/screen_3.9.15.oe | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/screen/screen_3.9.15.oe b/screen/screen_3.9.15.oe index 93c30186c2..82555267c1 100644 --- a/screen/screen_3.9.15.oe +++ b/screen/screen_3.9.15.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 := ${GNU_MIRROR}/screen/screen-3.9.15.tar.gz \ - file://${FILESDIR}/configure.patch;patch=1 +SRC_URI = "${GNU_MIRROR}/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 |