[oe-commits] Paul Eggleton : qt4: delete unpackaged uic3 to avoid unpackaged file warning

git version control git at git.openembedded.org
Mon Aug 15 14:15:07 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: 2c036c71cf0d978fac2ddc4abfb702d42af6bcda
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=2c036c71cf0d978fac2ddc4abfb702d42af6bcda

Author: Paul Eggleton <paul.eggleton at linux.intel.com>
Date:   Thu Aug 11 23:31:32 2011 +0100

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 <paul.eggleton at linux.intel.com>

---

 meta/recipes-qt/qt4/qt4.inc |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-qt/qt4/qt4.inc b/meta/recipes-qt/qt4/qt4.inc
index 815ebc2..ba6fad5 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





More information about the Openembedded-commits mailing list