summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/libtool
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/libtool')
-rw-r--r--meta/recipes-devtools/libtool/libtool-native_2.4.2.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/libtool/libtool-native_2.4.2.bb b/meta/recipes-devtools/libtool/libtool-native_2.4.2.bb
index f12e6a15ea..18188ef7f3 100644
--- a/meta/recipes-devtools/libtool/libtool-native_2.4.2.bb
+++ b/meta/recipes-devtools/libtool/libtool-native_2.4.2.bb
@@ -2,12 +2,13 @@ require libtool-${PV}.inc
2 2
3DEPENDS = "" 3DEPENDS = ""
4 4
5PR = "${INC_PR}.0" 5PR = "${INC_PR}.1"
6SRC_URI += "file://prefix.patch" 6SRC_URI += "file://prefix.patch"
7 7
8inherit native 8inherit native
9 9
10EXTRA_OECONF = " --with-libtool-sysroot=${STAGING_DIR_NATIVE}" 10EXTRA_OECONF = " --with-libtool-sysroot=${STAGING_DIR_NATIVE}"
11CACHED_CONFIGUREVARS += "ac_cv_path_SED=/bin/sed"
11 12
12do_configure_prepend () { 13do_configure_prepend () {
13 # Remove any existing libtool m4 since old stale versions would break 14 # Remove any existing libtool m4 since old stale versions would break