diff options
-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 |