aboutsummaryrefslogtreecommitdiffstats
path: root/screen
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-03-22 22:37:29 +0000
committerChris Larson <clarson@kergoth.com>2004-03-22 22:37:29 +0000
commitf249735ad71fd5f13bfd295c55e1e0d596a1dbff (patch)
tree93735f3e25beab7ac8bf066c504df17b244db4eb /screen
parent11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff)
downloadopenembedded-f249735ad71fd5f13bfd295c55e1e0d596a1dbff.tar.gz
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'screen')
-rw-r--r--screen/screen_3.9.15.oe7
-rw-r--r--screen/screen_4.0.1.oe7
-rw-r--r--screen/screen_4.0.2.oe7
3 files changed, 12 insertions, 9 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
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