mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-05-08 05:09:56 +00:00
external-arm-toolchain: remove empty libexecdir
Fixes following QA issue (normally a warning, but Poky and other distros may treat it as fatal): ERROR: external-arm-toolchain-2019.12-r0 do_package: QA Issue: external-arm-toolchain: Files/directories were installed but not shipped in any package: /usr/libexec Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. external-arm-toolchain: 1 installed and not shipped files. [installed-vs-shipped] ERROR: external-arm-toolchain-2019.12-r0 do_package: Fatal QA errors found, failing task. Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
committed by
Jon Mason
parent
c10a9a2d3b
commit
33cc242bbc
@@ -223,6 +223,7 @@ do_install() {
|
||||
rmdir ${D}${bindir} || true
|
||||
rmdir ${D}${sbindir} || true
|
||||
rmdir ${D}${base_sbindir} || true
|
||||
rmdir ${D}${libexecdir} || true
|
||||
}
|
||||
|
||||
# External toolchain doesn't provide multilib support so make corresponding
|
||||
|
||||
Reference in New Issue
Block a user