diff options
| author | Wenzong Fan <wenzong.fan@windriver.com> | 2013-05-08 04:09:48 -0400 | 
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-12 08:40:57 +0100 | 
| commit | cc7deb8b8dbc58975b8f55cd63f237aa0ded0887 (patch) | |
| tree | 0eed1544a02e3ae7ee34cadf7ccecdf957424ed6 | |
| parent | 93381809e88f18ce8409a3517eb6b2cb69a42941 (diff) | |
| download | openembedded-core-cc7deb8b8dbc58975b8f55cd63f237aa0ded0887.tar.gz openembedded-core-cc7deb8b8dbc58975b8f55cd63f237aa0ded0887.tar.bz2 openembedded-core-cc7deb8b8dbc58975b8f55cd63f237aa0ded0887.zip | |
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}
Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
| -rw-r--r-- | meta/recipes-devtools/libtool/nativesdk-libtool_2.4.2.bb (renamed from meta/recipes-devtools/libtool/libtool-nativesdk_2.4.2.bb) | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/meta/recipes-devtools/libtool/libtool-nativesdk_2.4.2.bb b/meta/recipes-devtools/libtool/nativesdk-libtool_2.4.2.bb index 03854f22f3..7b5c97a97a 100644 --- a/meta/recipes-devtools/libtool/libtool-nativesdk_2.4.2.bb +++ b/meta/recipes-devtools/libtool/nativesdk-libtool_2.4.2.bb @@ -1,11 +1,17 @@  require libtool-${PV}.inc  PR = "${INC_PR}.0" + +FILESEXTRAPATHS =. "${FILE_DIRNAME}/libtool:" +  SRC_URI += "file://prefix.patch"  SRC_URI += "file://fixinstall.patch"  inherit nativesdk +S = "${WORKDIR}/libtool-${PV}" +FILES_${PN} += "${datadir}/libtool/*" +  do_configure_prepend () {  	# Remove any existing libtool m4 since old stale versions would break  	# any upgrade | 
