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:26:18 +0100 |
commit | 5b4c0b327a2b699e9ce714cc0871eca91d5363c8 (patch) | |
tree | e87cb11822e3781a81ee059568b6ded2dc7bc295 /meta/recipes-qt/qt4/qt4.inc | |
parent | f9e9d8d45c1718e5bb319a4442d8d794304d3fa8 (diff) | |
download | poky-5b4c0b327a2b699e9ce714cc0871eca91d5363c8.tar.gz |
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 <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-qt/qt4/qt4.inc')
-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() { | |||
279 | # These are host binaries, we should only use them in staging | 279 | # These are host binaries, we should only use them in staging |
280 | rm ${D}/${bindir}/qmake | 280 | rm ${D}/${bindir}/qmake |
281 | rm ${D}/${bindir}/uic | 281 | rm ${D}/${bindir}/uic |
282 | rm ${D}/${bindir}/uic3 | ||
282 | rm ${D}/${bindir}/moc | 283 | rm ${D}/${bindir}/moc |
283 | rm ${D}/${bindir}/rcc | 284 | rm ${D}/${bindir}/rcc |
284 | rm ${D}/${bindir}/lrelease | 285 | rm ${D}/${bindir}/lrelease |