summaryrefslogtreecommitdiff
path: root/meta/packages/libtool/libtool-nativesdk_2.2.6.bb
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2010-06-21 03:46:34 -0700
committerSaul Wold <Saul.Wold@intel.com>2010-07-08 22:05:20 -0700
commitd42466ea43827f1c6a5a972819dac273e381d33d (patch)
tree72c6a9d981257dc2c3fd2173bc56657b20c1061e /meta/packages/libtool/libtool-nativesdk_2.2.6.bb
parentf516cfcac0b2d56aebe1da2a00301c669ca77ab9 (diff)
downloadopenembedded-core-d42466ea43827f1c6a5a972819dac273e381d33d.tar.gz
openembedded-core-d42466ea43827f1c6a5a972819dac273e381d33d.tar.bz2
openembedded-core-d42466ea43827f1c6a5a972819dac273e381d33d.tar.xz
openembedded-core-d42466ea43827f1c6a5a972819dac273e381d33d.zip
libtool family: upgrade from 2.2.6 to 2.2.10
This upgrades these recipes: libtool_2.2.6.bb -> libtool_2.2.10.bb libtool-native_2.2.6.bb -> libtool-native_2.2.10.bb libtool-cross_2.2.6.bb -> libtool-cross_2.2.10.bb libtool-nativesdk_2.2.6.bb -> libtool-nativesdk_2.2.10.bb Also fixes build failure caused by having aclocal.m4 built with older version of libtool. Rebased these patches for the newer version sources add_dolt.patch cross_compile.patch dolt.m4 Changed this patch to fix documentation building for non-x86 archs prefix.patch Rebased and changed to fix the building of ncurses recipe: trailingslash.patch Also updated metadata variables like LICENSE & LIC_CHKSUM_FILES Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Diffstat (limited to 'meta/packages/libtool/libtool-nativesdk_2.2.6.bb')
-rw-r--r--meta/packages/libtool/libtool-nativesdk_2.2.6.bb19
1 files changed, 0 insertions, 19 deletions
diff --git a/meta/packages/libtool/libtool-nativesdk_2.2.6.bb b/meta/packages/libtool/libtool-nativesdk_2.2.6.bb
deleted file mode 100644
index 77acbd585..000000000
--- a/meta/packages/libtool/libtool-nativesdk_2.2.6.bb
+++ /dev/null
@@ -1,19 +0,0 @@
-require libtool_${PV}.bb
-
-PR = "r4"
-SRC_URI_append = " file://cross_compile.patch;patch=1"
-
-inherit nativesdk
-
-do_install () {
- autotools_do_install
- install -d ${D}${bindir}/
- install -m 0755 libtool ${D}${bindir}/
-}
-
-SYSROOT_PREPROCESS_FUNCS += "libtoolnativesdk_sysroot_preprocess"
-
-libtoolnativesdk_sysroot_preprocess () {
- install -d ${SYSROOT_DESTDIR}${STAGING_BINDIR_CROSS}/
- install -m 755 ${D}${bindir}/libtool ${SYSROOT_DESTDIR}${STAGING_BINDIR_CROSS}/${HOST_SYS}-libtool
-}