From 5b4c0b327a2b699e9ce714cc0871eca91d5363c8 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Thu, 11 Aug 2011 23:31:32 +0100 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-qt/qt4/qt4.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-qt') 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 -- cgit v1.2.3-54-g00ecf