aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libtool/libtool-cross_2.2.6a.bb
diff options
context:
space:
mode:
authorStanislav Brabec <utx@penguin.cz>2009-08-03 15:01:12 +0000
committerutx@penguin.cz <utx@penguin.cz>2009-08-03 15:01:12 +0000
commitdaf5409a75e97aa5a60b11e9f150e2532676889e (patch)
tree8701308ab7771fbe851a2d42ec0619f9d8ec0e71 /recipes/libtool/libtool-cross_2.2.6a.bb
parent1b00e69d8b781394edadadd641b4adf8fc972988 (diff)
downloadopenembedded-daf5409a75e97aa5a60b11e9f150e2532676889e.tar.gz
libtool: Do not use target paths to grep and sed for cross and sdk builds.
Diffstat (limited to 'recipes/libtool/libtool-cross_2.2.6a.bb')
-rw-r--r--recipes/libtool/libtool-cross_2.2.6a.bb7
1 files changed, 6 insertions, 1 deletions
diff --git a/recipes/libtool/libtool-cross_2.2.6a.bb b/recipes/libtool/libtool-cross_2.2.6a.bb
index 8030df3aaa..1b2defb43f 100644
--- a/recipes/libtool/libtool-cross_2.2.6a.bb
+++ b/recipes/libtool/libtool-cross_2.2.6a.bb
@@ -1,6 +1,6 @@
require libtool.inc
require libtool_${PV}.bb
-PR = "r0"
+PR = "r1"
SRC_URI += "\
file://cross_compile.patch;patch=1 \
@@ -20,6 +20,11 @@ prefix = "${STAGING_DIR_NATIVE}${layout_prefix}"
exec_prefix = "${STAGING_DIR_NATIVE}${layout_exec_prefix}"
bindir = "${STAGING_BINDIR_NATIVE}"
+# skip ac_cv_... setting for cross build: host paths must be used
+do_configure_prepend () {
+ export LIBTOOL_BB_DO_NOT_SET_PATHS=1
+}
+
do_compile () {
:
}