From f249735ad71fd5f13bfd295c55e1e0d596a1dbff Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Mon, 22 Mar 2004 22:37:29 +0000 Subject: Another pass of .oe cleanups. BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ --- screen/screen_3.9.15.oe | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'screen/screen_3.9.15.oe') 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 -- cgit v1.2.3