summaryrefslogtreecommitdiff
path: root/recipes/libtool/libtool-sdk_2.2.6a.bb
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@datenfreihafen.org>2009-08-04 22:59:04 +0000
committerStefan Schmidt <stefan@datenfreihafen.org>2009-08-04 22:59:04 +0000
commit8466838635bbb50ecc61cde0e8fe11942bf3d93f (patch)
tree954b05cf6da7d78a7233edbf06fdcbc3ac2aa3d9 /recipes/libtool/libtool-sdk_2.2.6a.bb
parenta90e9a08275bf5cdad4f439c66beca928e453cad (diff)
parent2880b3877d38bfaa4056af6df7f122a64e955292 (diff)
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/libtool/libtool-sdk_2.2.6a.bb')
-rw-r--r--recipes/libtool/libtool-sdk_2.2.6a.bb7
1 files changed, 6 insertions, 1 deletions
diff --git a/recipes/libtool/libtool-sdk_2.2.6a.bb b/recipes/libtool/libtool-sdk_2.2.6a.bb
index 26248147c5..88ec4df8c0 100644
--- a/recipes/libtool/libtool-sdk_2.2.6a.bb
+++ b/recipes/libtool/libtool-sdk_2.2.6a.bb
@@ -1,11 +1,16 @@
require libtool.inc
require libtool_${PV}.bb
-PR = "r0"
+PR = "r1"
SRC_URI_append = " file://cross_compile.patch;patch=1"
inherit sdk
+# skip ac_cv_... setting for cross build: host paths must be used
+do_configure_prepend () {
+ export LIBTOOL_BB_DO_NOT_SET_PATHS=1
+}
+
do_install () {
install -d ${D}${bindir}/
install -m 0755 libtool ${D}${bindir}/