summaryrefslogtreecommitdiff
path: root/recipes/libtool/libtool-cross_2.2.6a.bb
diff options
context:
space:
mode:
authorStanislav Brabec <utx@penguin.cz>2009-09-17 22:28:27 +0000
committerutx@penguin.cz <utx@penguin.cz>2009-09-17 22:28:27 +0000
commit698ae87ee44a2fa5bd427bf15052d17e43d6d311 (patch)
treedcc0321905c5e1991af277cd24124423ae419b62 /recipes/libtool/libtool-cross_2.2.6a.bb
parent5a790b1f8eaf649d9000f8834967870de5129286 (diff)
libtool: Use more clean way to set ac_cv_path_* variables. Never load libtool.inc twice.
Diffstat (limited to 'recipes/libtool/libtool-cross_2.2.6a.bb')
-rw-r--r--recipes/libtool/libtool-cross_2.2.6a.bb6
1 files changed, 0 insertions, 6 deletions
diff --git a/recipes/libtool/libtool-cross_2.2.6a.bb b/recipes/libtool/libtool-cross_2.2.6a.bb
index b26e7cc26a..23c16829ab 100644
--- a/recipes/libtool/libtool-cross_2.2.6a.bb
+++ b/recipes/libtool/libtool-cross_2.2.6a.bb
@@ -1,4 +1,3 @@
-require libtool.inc
require libtool_${PV}.bb
PR = "${INC_PR}.0"
@@ -20,11 +19,6 @@ 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 () {
:
}