aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2014-02-18 10:04:05 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2014-02-18 10:44:19 -0300
commit6e71d92786b1560f12c5f0bb06d62ad2d0e601b5 (patch)
tree63316f1e0c4ef57b1bd743427f1cabae8744e5ad
parent32cee0b6d18a9e8ae2977accf2c8d32f303827d7 (diff)
nativesdk-qtbase: Remove the datadir as it is not installed
Fixes: ERROR: QA Issue: nativesdk-qtbase: Files/directories were installed but not shipped /opt/oel/13.0+snapshot/sysroots/i686-oelsdk-linux/usr/share Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-qt/qt5/nativesdk-qtbase.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt/qt5/nativesdk-qtbase.inc b/recipes-qt/qt5/nativesdk-qtbase.inc
index a7809d31..54626d35 100644
--- a/recipes-qt/qt5/nativesdk-qtbase.inc
+++ b/recipes-qt/qt5/nativesdk-qtbase.inc
@@ -203,7 +203,7 @@ do_install() {
# remove things unused in nativesdk, we need the headers, Qt5Core
# and Qt5Bootstrap.
- rm -rf ${D}${datadir}/doc \
+ rm -rf ${D}${datadir} \
${D}/${OE_QMAKE_PATH_PLUGINS} \
${D}${libdir}/cmake \
${D}${libdir}/pkgconfig