diff options
Diffstat (limited to 'recipes-qt/qt5/qtwebengine.inc')
-rw-r--r-- | recipes-qt/qt5/qtwebengine.inc | 3 |
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 | ||
44 | do_install_append() { | ||
45 | rmdir ${D}${OE_QMAKE_PATH_PLUGINS}/${BPN} ${D}${OE_QMAKE_PATH_PLUGINS} || true | ||
46 | } | ||
44 | PACKAGE_DEBUG_SPLIT_STYLE = "debug-without-src" | 47 | PACKAGE_DEBUG_SPLIT_STYLE = "debug-without-src" |