From aa0cb889a4ef883235dc3f3e1d76ee4a556ae03a Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Tue, 29 Nov 2011 11:30:40 -0800 Subject: libtool: Upgrade from 2.4 -> 2.4.2 Rebased patches to the newer source code and deleted resolve-sysroot.patch since its already applied upstream merged libtool-2.4.2.inc & libtool.inc files replaced PR with ${INC_PR}.0 Signed-off-by: Nitin A Kamble Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- .../libtool/libtool-nativesdk_2.4.bb | 27 ---------------------- 1 file changed, 27 deletions(-) delete mode 100644 meta/recipes-devtools/libtool/libtool-nativesdk_2.4.bb (limited to 'meta/recipes-devtools/libtool/libtool-nativesdk_2.4.bb') diff --git a/meta/recipes-devtools/libtool/libtool-nativesdk_2.4.bb b/meta/recipes-devtools/libtool/libtool-nativesdk_2.4.bb deleted file mode 100644 index bf1928d8b..000000000 --- a/meta/recipes-devtools/libtool/libtool-nativesdk_2.4.bb +++ /dev/null @@ -1,27 +0,0 @@ -require libtool-${PV}.inc - -PR = "r5" -SRC_URI += "file://prefix.patch" -SRC_URI += "file://fixinstall.patch" - -inherit nativesdk - -do_configure_prepend () { - # Remove any existing libtool m4 since old stale versions would break - # any upgrade - rm -f ${STAGING_DATADIR}/aclocal/libtool.m4 - rm -f ${STAGING_DATADIR}/aclocal/lt*.m4 -} - -do_install () { - autotools_do_install - install -d ${D}${bindir}/ - install -m 0755 ${HOST_SYS}-libtool ${D}${bindir}/ -} - -SYSROOT_PREPROCESS_FUNCS += "libtoolnativesdk_sysroot_preprocess" - -libtoolnativesdk_sysroot_preprocess () { - install -d ${SYSROOT_DESTDIR}${bindir_crossscripts}/ - install -m 755 ${D}${bindir}/${HOST_SYS}-libtool ${SYSROOT_DESTDIR}${bindir_crossscripts}/${HOST_SYS}-libtool -} -- cgit v1.2.3