aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/slang/slang_2.2.4.bb
diff options
context:
space:
mode:
authorRoy.Li <rongqing.li@windriver.com>2012-07-25 16:07:49 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-26 14:45:48 +0100
commit18481095d237c84aef5cfb55b651443fed538550 (patch)
treeb5772c485a1492310936dc4bd0d8428f8ce08d45 /meta/recipes-extended/slang/slang_2.2.4.bb
parent5cb5a0c0ea74d484ef100fd04cedcb66e98b6553 (diff)
downloadopenembedded-core-18481095d237c84aef5cfb55b651443fed538550.tar.gz
slang 2.2.4: fix the pcre existence checking
[YOCTO #2820] when check if there is pcre, the configure file always check the host dir. now we make it work by adding correct prefix for cross-compile environment. Signed-off-by: Roy.Li <rongqing.li@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-extended/slang/slang_2.2.4.bb')
-rw-r--r--meta/recipes-extended/slang/slang_2.2.4.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-extended/slang/slang_2.2.4.bb b/meta/recipes-extended/slang/slang_2.2.4.bb
index 72dd99fb76..7082611fbe 100644
--- a/meta/recipes-extended/slang/slang_2.2.4.bb
+++ b/meta/recipes-extended/slang/slang_2.2.4.bb
@@ -10,7 +10,7 @@ to recode S-Lang procedures in C if you need to."
HOMEPAGE = "http://www.jedsoft.org/slang/"
SECTION = "libs"
DEPENDS = "pcre"
-PR = "r9"
+PR = "r10"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=a52a18a472d4f7e45479b06563717c02"
@@ -18,6 +18,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a52a18a472d4f7e45479b06563717c02"
SRC_URI = "ftp://space.mit.edu/pub/davis/slang/v2.2/slang-${PV}.tar.bz2 \
file://rpathfix.patch \
+ file://fix-check-pcre.patch \
"
SRC_URI_append_arm = " file://change-char-type-to-signed-char-in-macros.patch"