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 09:37:29 +0100 |
| commit | f31c86eee11b6b5f34529668f9c99d9a098c6a0e (patch) | |
| tree | f193abdff4f6938f37237d189e6224a4246cc429 | |
| parent | d67e9bc9df2f95719b3e57629a5638e89da14f70 (diff) | |
| download | 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>
| -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 @@ | |||
| 1 | require libtool-${PV}.inc | 1 | require libtool-${PV}.inc |
| 2 | 2 | ||
| 3 | PR = "${INC_PR}.0" | 3 | PR = "${INC_PR}.0" |
| 4 | |||
| 5 | FILESEXTRAPATHS =. "${FILE_DIRNAME}/libtool:" | ||
| 6 | |||
| 4 | SRC_URI += "file://prefix.patch" | 7 | SRC_URI += "file://prefix.patch" |
| 5 | SRC_URI += "file://fixinstall.patch" | 8 | SRC_URI += "file://fixinstall.patch" |
| 6 | 9 | ||
| 7 | inherit nativesdk | 10 | inherit nativesdk |
| 8 | 11 | ||
| 12 | S = "${WORKDIR}/libtool-${PV}" | ||
| 13 | FILES_${PN} += "${datadir}/libtool/*" | ||
| 14 | |||
| 9 | do_configure_prepend () { | 15 | do_configure_prepend () { |
| 10 | # Remove any existing libtool m4 since old stale versions would break | 16 | # Remove any existing libtool m4 since old stale versions would break |
| 11 | # any upgrade | 17 | # any upgrade |
