]> code.ossystems Code Review - openembedded-core.git/commitdiff
qt4: delete unpackaged uic3 to avoid unpackaged file warning
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Thu, 11 Aug 2011 22:31:32 +0000 (23:31 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 15 Aug 2011 14:13:34 +0000 (15:13 +0100)
All the other utilities get deleted as they should not be packaged,
delete this one as well.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
meta/recipes-qt/qt4/qt4.inc

index 815ebc2d2866e3a5da3c6fdf55b1280b0e8c9024..ba6fad5c2b077982795362494ae4b8490b24658c 100644 (file)
@@ -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