diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2011-08-11 23:31:32 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-15 15:13:34 +0100 |
commit | 2c036c71cf0d978fac2ddc4abfb702d42af6bcda (patch) | |
tree | 6a1e43bfa6d32bc9510578010da7baa8f45f3b82 /meta/recipes-qt/qt4 | |
parent | 49c43e2bea64f70a22a2741ea280bd1c13e5110a (diff) | |
download | openembedded-core-2c036c71cf0d978fac2ddc4abfb702d42af6bcda.tar.gz openembedded-core-2c036c71cf0d978fac2ddc4abfb702d42af6bcda.tar.bz2 openembedded-core-2c036c71cf0d978fac2ddc4abfb702d42af6bcda.zip |
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@linux.intel.com>
Diffstat (limited to 'meta/recipes-qt/qt4')
-rw-r--r-- | 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 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 |