summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtwebengine.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-qt/qt5/qtwebengine.inc')
-rw-r--r--recipes-qt/qt5/qtwebengine.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtwebengine.inc b/recipes-qt/qt5/qtwebengine.inc
index b6f56ae2..060faa7b 100644
--- a/recipes-qt/qt5/qtwebengine.inc
+++ b/recipes-qt/qt5/qtwebengine.inc
@@ -41,4 +41,7 @@ do_configure() {
41 QMAKE_AR="${OE_QMAKE_AR}" 41 QMAKE_AR="${OE_QMAKE_AR}"
42} 42}
43 43
44do_install_append() {
45 rmdir ${D}${OE_QMAKE_PATH_PLUGINS}/${BPN} ${D}${OE_QMAKE_PATH_PLUGINS} || true
46}
44PACKAGE_DEBUG_SPLIT_STYLE = "debug-without-src" 47PACKAGE_DEBUG_SPLIT_STYLE = "debug-without-src"