aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2018-10-22 15:57:21 +0300
committerSamuli Piippo <samuli.piippo@qt.io>2018-10-23 05:56:54 +0000
commit6deab79316572faceaadc72c36796384eb20fea9 (patch)
tree28c42758150339f3569cfc274f88dae5f908982b
parentaecbcd8423e44b89bd187bf0ecf9caa14283e581 (diff)
qtwebengine: include sources in the debug package
Remove override for PACKAGE_DEBUG_SPLIT_STYLE so that source code for QtWebEngine is included in the debug package. Change-Id: Ib160ff3a8e5130101f0e5825b25469628b668c55 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
-rw-r--r--recipes-qt/qt5/qtwebengine_git.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-qt/qt5/qtwebengine_git.bb b/recipes-qt/qt5/qtwebengine_git.bb
index 8ff546a9..ba7ca25f 100644
--- a/recipes-qt/qt5/qtwebengine_git.bb
+++ b/recipes-qt/qt5/qtwebengine_git.bb
@@ -119,7 +119,6 @@ do_compile[progress] = "outof:^\[(\d+)/(\d+)\]\s+"
do_install_append() {
sed -i 's@ -Wl,--start-group.*-Wl,--end-group@@g; s@[^ ]*${B}[^ ]* @@g' ${D}${libdir}/pkgconfig/Qt5WebEngineCore.pc
}
-PACKAGE_DEBUG_SPLIT_STYLE = "debug-without-src"
# for /usr/share/qt5/qtwebengine_resources.pak
FILES_${PN} += "${OE_QMAKE_PATH_QT_TRANSLATIONS} ${OE_QMAKE_PATH_QT_DATA}"