diff options
Diffstat (limited to 'meta/recipes-devtools/libtool/libtool-native_2.4.2.bb')
-rw-r--r-- | meta/recipes-devtools/libtool/libtool-native_2.4.2.bb | 3 |
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 | ||
3 | DEPENDS = "" | 3 | DEPENDS = "" |
4 | 4 | ||
5 | PR = "${INC_PR}.0" | 5 | PR = "${INC_PR}.1" |
6 | SRC_URI += "file://prefix.patch" | 6 | SRC_URI += "file://prefix.patch" |
7 | 7 | ||
8 | inherit native | 8 | inherit native |
9 | 9 | ||
10 | EXTRA_OECONF = " --with-libtool-sysroot=${STAGING_DIR_NATIVE}" | 10 | EXTRA_OECONF = " --with-libtool-sysroot=${STAGING_DIR_NATIVE}" |
11 | CACHED_CONFIGUREVARS += "ac_cv_path_SED=/bin/sed" | ||
11 | 12 | ||
12 | do_configure_prepend () { | 13 | do_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 |