aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/screen/screen_4.0.3.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2009-09-11 19:00:56 -0700
committerKhem Raj <raj.khem@gmail.com>2009-09-11 19:02:59 -0700
commitaa6a11a7168bf804925f78f9003920bce4b3a5e9 (patch)
tree7f3f885b495b17b6edb1f53d180a367a36d6e596 /recipes/screen/screen_4.0.3.bb
parentc0f653bc90814acf4053ec037c7ab3ad022342ff (diff)
downloadopenembedded-aa6a11a7168bf804925f78f9003920bce4b3a5e9.tar.gz
screen-4.0.3: Fix compilation and make default.
* Fix compilation issues. * Remove DEFAULT_PREFERENCE = "-1" * Tested on Thumb/uclibc Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/screen/screen_4.0.3.bb')
-rw-r--r--recipes/screen/screen_4.0.3.bb12
1 files changed, 7 insertions, 5 deletions
diff --git a/recipes/screen/screen_4.0.3.bb b/recipes/screen/screen_4.0.3.bb
index 1165d46d33..003ca7a1a4 100644
--- a/recipes/screen/screen_4.0.3.bb
+++ b/recipes/screen/screen_4.0.3.bb
@@ -4,13 +4,15 @@ processes, typically interactive shells."
LICENSE = "GPL"
SECTION = "console/utils"
DEPENDS = "ncurses"
-PR = "r0"
-
-# patch needs adapting
-DEFAULT_PREFERENCE = "-1"
+PR = "r1"
SRC_URI = "${GNU_MIRROR}/screen/screen-${PV}.tar.gz \
- file://configure.patch;patch=1"
+ file://cross-compile.patch;patch=1 \
+ file://configure.patch;patch=1 \
+ file://sched.patch;patch=1 \
+ file://no-stropts.patch;patch=1 \
+ file://no-utempter.patch;patch=1 \
+ "
inherit autotools