From 6e71d92786b1560f12c5f0bb06d62ad2d0e601b5 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Tue, 18 Feb 2014 10:04:05 -0300 Subject: 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 --- recipes-qt/qt5/nativesdk-qtbase.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-qt/qt5') 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 -- cgit v1.2.3-54-g00ecf