diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2014-02-18 10:04:05 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2014-02-18 10:44:19 -0300 |
commit | 6e71d92786b1560f12c5f0bb06d62ad2d0e601b5 (patch) | |
tree | 63316f1e0c4ef57b1bd743427f1cabae8744e5ad | |
parent | 32cee0b6d18a9e8ae2977accf2c8d32f303827d7 (diff) | |
download | meta-qt5-6e71d92786b1560f12c5f0bb06d62ad2d0e601b5.tar.gz |
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.inc | 2 |
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() { | |||
203 | 203 | ||
204 | # remove things unused in nativesdk, we need the headers, Qt5Core | 204 | # remove things unused in nativesdk, we need the headers, Qt5Core |
205 | # and Qt5Bootstrap. | 205 | # and Qt5Bootstrap. |
206 | rm -rf ${D}${datadir}/doc \ | 206 | rm -rf ${D}${datadir} \ |
207 | ${D}/${OE_QMAKE_PATH_PLUGINS} \ | 207 | ${D}/${OE_QMAKE_PATH_PLUGINS} \ |
208 | ${D}${libdir}/cmake \ | 208 | ${D}${libdir}/cmake \ |
209 | ${D}${libdir}/pkgconfig | 209 | ${D}${libdir}/pkgconfig |