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 ++++--- screen/screen_4.0.1.oe | 7 ++++--- screen/screen_4.0.2.oe | 7 ++++--- 3 files changed, 12 insertions(+), 9 deletions(-) (limited to 'screen') 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 diff --git a/screen/screen_4.0.1.oe b/screen/screen_4.0.1.oe index 5a42383054..a8249891f4 100644 --- a/screen/screen_4.0.1.oe +++ b/screen/screen_4.0.1.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 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 -- cgit v1.2.3