summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/libtool/libtool-nativesdk_2.4.2.bb
diff options
context:
space:
mode:
authorWenzong Fan <wenzong.fan@windriver.com>2013-05-08 04:09:48 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-05-12 09:37:29 +0100
commitf31c86eee11b6b5f34529668f9c99d9a098c6a0e (patch)
treef193abdff4f6938f37237d189e6224a4246cc429 /meta/recipes-devtools/libtool/libtool-nativesdk_2.4.2.bb
parentd67e9bc9df2f95719b3e57629a5638e89da14f70 (diff)
downloadast2050-yocto-poky-f31c86eee11b6b5f34529668f9c99d9a098c6a0e.zip
ast2050-yocto-poky-f31c86eee11b6b5f34529668f9c99d9a098c6a0e.tar.gz
libtool-nativesdk: rename to nativesdk-libtool
Rename nativesdk item to prefix vs suffix. Some minor changes for getting it works after renamed: * append patches dir 'libtool/' to FILESEXTRAPATHS * update ${S}, append '${datadir}/libtool/*' to FILES_${PN} (From OE-Core rev: cc7deb8b8dbc58975b8f55cd63f237aa0ded0887) Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/libtool/libtool-nativesdk_2.4.2.bb')
-rw-r--r--meta/recipes-devtools/libtool/libtool-nativesdk_2.4.2.bb27
1 files changed, 0 insertions, 27 deletions
diff --git a/meta/recipes-devtools/libtool/libtool-nativesdk_2.4.2.bb b/meta/recipes-devtools/libtool/libtool-nativesdk_2.4.2.bb
deleted file mode 100644
index 03854f2..0000000
--- a/meta/recipes-devtools/libtool/libtool-nativesdk_2.4.2.bb
+++ /dev/null
@@ -1,27 +0,0 @@
-require libtool-${PV}.inc
-
-PR = "${INC_PR}.0"
-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
-}
OpenPOWER on IntegriCloud