aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-06-03 09:05:03 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2010-06-03 09:05:03 +0100
commit50224b5afa19c9e68fc36d9a44f3f39e8f0da225 (patch)
tree4b1f0b3198a40a6ceeae5826055422ec3d357f78
parent9d9b64aaf04d8e039580868126eedccfab42248f (diff)
downloadopenembedded-core-contrib-50224b5afa19c9e68fc36d9a44f3f39e8f0da225.tar.gz
libtool-cross: Allow the compile to run else we can generate invalid (unpatched) libtool files
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
-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 @@
require libtool_${PV}.bb
-PR = "r30"
+PR = "r31"
PACKAGES = ""
SRC_URI_append = " file://cross_compile.patch;patch=1 \
file://prefix.patch;patch=1"
@@ -21,12 +21,6 @@ do_configure_prepend () {
rm -f ${STAGING_DATADIR}/aclocal/lt*.m4
}
-do_compile () {
- # Sometimes this file doesn't get rebuilt, force the issue
- rm -f ${S}/libltdl/config/ltmain.sh
- make libltdl/config/ltmain.sh
-}
-
do_install () {
install -d ${D}${bindir}/
install -m 0755 ${HOST_SYS}-libtool ${D}${bindir}/${HOST_SYS}-libtool