diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2014-02-14 19:00:40 -0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2014-02-14 19:00:40 -0200 |
commit | 7d8f8d6b5a00af7a212cce41350f4e1c5989aabd (patch) | |
tree | d4946ae33ec6bf576af2c69aba451a4d0e259b58 | |
parent | 7c5306107c60b1a1e0bb8c4c3b8b80afa59a426a (diff) | |
download | meta-qt5-7d8f8d6b5a00af7a212cce41350f4e1c5989aabd.tar.gz |
nativesdk-qtbase.inc: Remove unused contents
Fixes:
ERROR: QA Issue: nativesdk-qtbase: Files/directories were installed but not shipped
/opt/oel/13.0+snapshot/sysroots/i686-oelsdk-linux/usr/lib
/opt/oel/13.0+snapshot/sysroots/i686-oelsdk-linux/usr/include
/opt/oel/13.0+snapshot/sysroots/i686-oelsdk-linux/usr/share
/opt/oel/13.0+snapshot/sysroots/i686-oelsdk-linux/usr/lib/libQt5Test.so
/opt/oel/13.0+snapshot/sysroots/i686-oelsdk-linux/usr/lib/libQt5Network.so
...
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | recipes-qt/qt5/nativesdk-qtbase.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-qt/qt5/nativesdk-qtbase.inc b/recipes-qt/qt5/nativesdk-qtbase.inc index 36bc334a..fe80c9bc 100644 --- a/recipes-qt/qt5/nativesdk-qtbase.inc +++ b/recipes-qt/qt5/nativesdk-qtbase.inc | |||
@@ -188,4 +188,8 @@ do_install() { | |||
188 | # for modules which are still using syncqt and call qtPrepareTool(QMAKE_SYNCQT, syncqt) | 188 | # for modules which are still using syncqt and call qtPrepareTool(QMAKE_SYNCQT, syncqt) |
189 | # e.g. qt3d, qtwayland | 189 | # e.g. qt3d, qtwayland |
190 | ln -sf syncqt.pl ${D}${OE_QMAKE_PATH_QT_BINS}/syncqt | 190 | ln -sf syncqt.pl ${D}${OE_QMAKE_PATH_QT_BINS}/syncqt |
191 | |||
192 | # remove things unused in nativesdk; things are statically link | ||
193 | # and we just use the binaries so drop all unused files | ||
194 | rm -rf ${D}${includedir} ${D}${libdir} ${D}${datadir}/doc | ||
191 | } | 195 | } |