]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
nativesdk-libtool: sanitize the script, remove buildpaths
authorDenys Dmytriyenko <denys@konsulko.com>
Wed, 17 Jul 2024 17:10:50 +0000 (13:10 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 18 Jul 2024 16:21:01 +0000 (17:21 +0100)
commitf08df9adf290fb6cbebff24df6bbbbe8e5ce95e0
tree32d074b833f5ca32007c088ef6f3b1bfa7315c7c
parente1cf7e94c3fcbe7dbc29e4286f0e1014b95964a9
nativesdk-libtool: sanitize the script, remove buildpaths

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]

Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/libtool/libtool_2.5.0.bb
meta/recipes-devtools/libtool/nativesdk-libtool_2.5.0.bb
meta/recipes-devtools/libtool/remove-buildpaths.inc [new file with mode: 0644]