summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtdeclarative_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-qt/qt5/qtdeclarative_git.bb')
-rw-r--r--recipes-qt/qt5/qtdeclarative_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt/qt5/qtdeclarative_git.bb b/recipes-qt/qt5/qtdeclarative_git.bb
index 39a6ab38..8999934e 100644
--- a/recipes-qt/qt5/qtdeclarative_git.bb
+++ b/recipes-qt/qt5/qtdeclarative_git.bb
@@ -19,7 +19,7 @@ PACKAGECONFIG[qml-debug] = "-qml-debug,-no-qml-debug"
19PACKAGECONFIG[qml-network] = "-qml-network, -no-qml-network" 19PACKAGECONFIG[qml-network] = "-qml-network, -no-qml-network"
20PACKAGECONFIG[static] = ",,qtdeclarative-native" 20PACKAGECONFIG[static] = ",,qtdeclarative-native"
21 21
22do_install_append_class-nativesdk() { 22do_install:append:class-nativesdk() {
23 # qml files not needed in nativesdk 23 # qml files not needed in nativesdk
24 rm -rf ${D}${OE_QMAKE_PATH_QML} 24 rm -rf ${D}${OE_QMAKE_PATH_QML}
25} 25}