mirror of
https://git.yoctoproject.org/poky
synced 2026-06-03 01:40:07 +00:00
qt4: delete unpackaged uic3 to avoid unpackaged file warning
All the other utilities get deleted as they should not be packaged, delete this one as well. (From OE-Core rev: 2c036c71cf0d978fac2ddc4abfb702d42af6bcda) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
f9e9d8d45c
commit
5b4c0b327a
@@ -279,6 +279,7 @@ do_install() {
|
|||||||
# These are host binaries, we should only use them in staging
|
# These are host binaries, we should only use them in staging
|
||||||
rm ${D}/${bindir}/qmake
|
rm ${D}/${bindir}/qmake
|
||||||
rm ${D}/${bindir}/uic
|
rm ${D}/${bindir}/uic
|
||||||
|
rm ${D}/${bindir}/uic3
|
||||||
rm ${D}/${bindir}/moc
|
rm ${D}/${bindir}/moc
|
||||||
rm ${D}/${bindir}/rcc
|
rm ${D}/${bindir}/rcc
|
||||||
rm ${D}/${bindir}/lrelease
|
rm ${D}/${bindir}/lrelease
|
||||||
|
|||||||
Reference in New Issue
Block a user