summaryrefslogtreecommitdiffstats
path: root/meta/packages/libtool/libtool-cross_2.2.6.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/libtool/libtool-cross_2.2.6.bb')
-rw-r--r--meta/packages/libtool/libtool-cross_2.2.6.bb8
1 files changed, 1 insertions, 7 deletions
diff --git a/meta/packages/libtool/libtool-cross_2.2.6.bb b/meta/packages/libtool/libtool-cross_2.2.6.bb
index be5261f6bb..f081824618 100644
--- a/meta/packages/libtool/libtool-cross_2.2.6.bb
+++ b/meta/packages/libtool/libtool-cross_2.2.6.bb
@@ -1,6 +1,6 @@
1require libtool_${PV}.bb 1require libtool_${PV}.bb
2 2
3PR = "r30" 3PR = "r31"
4PACKAGES = "" 4PACKAGES = ""
5SRC_URI_append = " file://cross_compile.patch;patch=1 \ 5SRC_URI_append = " file://cross_compile.patch;patch=1 \
6 file://prefix.patch;patch=1" 6 file://prefix.patch;patch=1"
@@ -21,12 +21,6 @@ do_configure_prepend () {
21 rm -f ${STAGING_DATADIR}/aclocal/lt*.m4 21 rm -f ${STAGING_DATADIR}/aclocal/lt*.m4
22} 22}
23 23
24do_compile () {
25 # Sometimes this file doesn't get rebuilt, force the issue
26 rm -f ${S}/libltdl/config/ltmain.sh
27 make libltdl/config/ltmain.sh
28}
29
30do_install () { 24do_install () {
31 install -d ${D}${bindir}/ 25 install -d ${D}${bindir}/
32 install -m 0755 ${HOST_SYS}-libtool ${D}${bindir}/${HOST_SYS}-libtool 26 install -m 0755 ${HOST_SYS}-libtool ${D}${bindir}/${HOST_SYS}-libtool