mirror of
https://git.yoctoproject.org/poky
synced 2026-06-07 15:09:50 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
d67e9bc9df
commit
f31c86eee1
+6
@@ -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
|
||||
Reference in New Issue
Block a user