summaryrefslogtreecommitdiffstats
path: root/meta/packages/libtool/libtool_2.2.6.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/libtool/libtool_2.2.6.bb')
-rw-r--r--meta/packages/libtool/libtool_2.2.6.bb8
1 files changed, 7 insertions, 1 deletions
diff --git a/meta/packages/libtool/libtool_2.2.6.bb b/meta/packages/libtool/libtool_2.2.6.bb
index 00e5cf8e29..e5deac7c40 100644
--- a/meta/packages/libtool/libtool_2.2.6.bb
+++ b/meta/packages/libtool/libtool_2.2.6.bb
@@ -1,6 +1,6 @@
1require libtool.inc 1require libtool.inc
2 2
3PR = "r20" 3PR = "r21"
4 4
5SRC_URI = "${GNU_MIRROR}/libtool/libtool-${PV}a.tar.gz \ 5SRC_URI = "${GNU_MIRROR}/libtool/libtool-${PV}a.tar.gz \
6 file://trailingslash.patch;patch=1 \ 6 file://trailingslash.patch;patch=1 \
@@ -16,6 +16,12 @@ inherit autotools
16 16
17EXTRA_AUTORECONF = "--exclude=libtoolize" 17EXTRA_AUTORECONF = "--exclude=libtoolize"
18 18
19do_compile_prepend () {
20 # Sometimes this file doesn't get rebuilt, force the issue
21 rm -f ${S}/libltdl/config/ltmain.sh
22 make libltdl/config/ltmain.sh
23}
24
19# 25#
20# We want the results of libtool-cross preserved - don't stage anything ourselves. 26# We want the results of libtool-cross preserved - don't stage anything ourselves.
21# 27#