mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-07-17 04:07:18 +00:00
external-arm-toolchain: remove unused /usr/share/info/dir
Fixes following QA issue: WARNING: external-arm-toolchain-2019.12-r0 do_package_qa: QA Issue: The /usr/share/info/dir file is not meant to be shipped in a particular package. [infodir] 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
33cc242bbc
commit
0ff012ecb2
@@ -224,6 +224,9 @@ do_install() {
|
|||||||
rmdir ${D}${sbindir} || true
|
rmdir ${D}${sbindir} || true
|
||||||
rmdir ${D}${base_sbindir} || true
|
rmdir ${D}${base_sbindir} || true
|
||||||
rmdir ${D}${libexecdir} || true
|
rmdir ${D}${libexecdir} || true
|
||||||
|
|
||||||
|
# Remove unused /usr/share/info/dir
|
||||||
|
rm -f ${D}${infodir}/dir
|
||||||
}
|
}
|
||||||
|
|
||||||
# External toolchain doesn't provide multilib support so make corresponding
|
# External toolchain doesn't provide multilib support so make corresponding
|
||||||
|
|||||||
Reference in New Issue
Block a user