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: 2011-1~351 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=2c036c71cf0d978fac2ddc4abfb702d42af6bcda;p=openembedded-core.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 815ebc2d28..ba6fad5c2b 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