From: Paul Eggleton Date: Thu, 11 Aug 2011 22:31:32 +0000 (+0100) Subject: qt4: delete unpackaged uic3 to avoid unpackaged file warning X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~44507 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c036c71cf0d978fac2ddc4abfb702d42af6bcda;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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. Signed-off-by: Paul Eggleton --- diff --git a/meta/recipes-qt/qt4/qt4.inc b/meta/recipes-qt/qt4/qt4.inc index 815ebc2d286..ba6fad5c2b0 100644 --- a/meta/recipes-qt/qt4/qt4.inc +++ b/meta/recipes-qt/qt4/qt4.inc @@ -279,6 +279,7 @@ do_install() { # These are host binaries, we should only use them in staging rm ${D}/${bindir}/qmake rm ${D}/${bindir}/uic + rm ${D}/${bindir}/uic3 rm ${D}/${bindir}/moc rm ${D}/${bindir}/rcc rm ${D}/${bindir}/lrelease