mirror of
https://git.yoctoproject.org/poky
synced 2026-02-10 18:53:13 +01:00
Use the same sed command to sanitize libtool script for target recipe and nativesdk one. Otherwise fails with buildpaths QA error: ERROR: nativesdk-libtool-2.5.0-r0 do_package_qa: QA Issue: File /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/bin/libtool in package nativesdk-libtool contains reference to TMPDIR [buildpaths] (From OE-Core rev: f08df9adf290fb6cbebff24df6bbbbe8e5ce95e0) Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
22 lines
418 B
BlitzBasic
22 lines
418 B
BlitzBasic
require libtool-${PV}.inc
|
|
require remove-buildpaths.inc
|
|
|
|
SRC_URI += "file://multilib.patch"
|
|
|
|
RDEPENDS:${PN} += "bash"
|
|
|
|
#
|
|
# We want the results of libtool-cross preserved - don't stage anything ourselves.
|
|
#
|
|
SYSROOT_DIRS_IGNORE += " \
|
|
${bindir} \
|
|
${datadir}/aclocal \
|
|
${datadir}/libtool/build-aux \
|
|
"
|
|
|
|
ACLOCALEXTRAPATH:class-target = ""
|
|
|
|
inherit multilib_script
|
|
|
|
MULTILIB_SCRIPTS = "${PN}:${bindir}/libtool"
|