summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/newt/libnewt_0.52.12.bb
diff options
context:
space:
mode:
authorDexuan Cui <dexuan.cui@intel.com>2011-04-15 16:40:47 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-18 05:49:39 +0100
commitd02a174cb637ede72cdd6cef28ebde4d12bb97e9 (patch)
tree278dce0b9ace52f161a5fb568404ea18c1fc897a /meta/recipes-extended/newt/libnewt_0.52.12.bb
parent86549fac82192c549966d3cb4ab7dcc8cb3596e2 (diff)
downloadpoky-d02a174cb637ede72cdd6cef28ebde4d12bb97e9.tar.gz
libnewt: fix parallel-make issue
Add patch to remove hardcoded /usr/include/slang Fixes [YOCTO #947] (From OE-Core rev: df818bd36864ba515aeeec0c5314d174313c03a3) Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/newt/libnewt_0.52.12.bb')
-rw-r--r--meta/recipes-extended/newt/libnewt_0.52.12.bb8
1 files changed, 6 insertions, 2 deletions
diff --git a/meta/recipes-extended/newt/libnewt_0.52.12.bb b/meta/recipes-extended/newt/libnewt_0.52.12.bb
index eefd6bdfd9..e2ad55964d 100644
--- a/meta/recipes-extended/newt/libnewt_0.52.12.bb
+++ b/meta/recipes-extended/newt/libnewt_0.52.12.bb
@@ -17,11 +17,15 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605"
17# slang needs to be >= 2.2 17# slang needs to be >= 2.2
18DEPENDS = "slang popt" 18DEPENDS = "slang popt"
19 19
20PR = "r0" 20PR = "r2"
21 21
22SRCREV = "c3c7be75f6ef1adfc2be5f99c1e8ef3f0ab58c38" 22SRCREV = "c3c7be75f6ef1adfc2be5f99c1e8ef3f0ab58c38"
23
23SRC_URI = "git://git.fedorahosted.org/git/newt;protocol=git \ 24SRC_URI = "git://git.fedorahosted.org/git/newt;protocol=git \
24 file://include-without-python.patch" 25 file://include-without-python.patch \
26 file://remove_slang_include.patch \
27 file://fix_SHAREDDIR.patch"
28
25S = "${WORKDIR}/git" 29S = "${WORKDIR}/git"
26 30
27EXTRA_OECONF = "--without-python --without-tcl" 31EXTRA_OECONF = "--without-python --without-tcl"