diff options
author | Alexandru Croitor <alexandru.croitor@qt.io> | 2019-04-09 15:35:03 +0200 |
---|---|---|
committer | Simon Hausmann <simon.hausmann@qt.io> | 2019-10-07 08:06:15 +0200 |
commit | 9c73608680fad365baa93f992ccf25c82014048f (patch) | |
tree | f1a212db32a50e39345bbcbc21c0a201cac10d1d | |
parent | ff4e4b2432f22dd055178a3979d2241d967823e9 (diff) | |
download | meta-qt5-9c73608680fad365baa93f992ccf25c82014048f.tar.gz |
Use pcre packages by default
This forces using the yocto provided package instead
of the one in qtbase/src/3rdparty.
Task-number: QTBUG-74133
Change-Id: I0491a829efbe6f91f0da47f42b9913a1e757220e
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
-rw-r--r-- | recipes-qt/qt5/qtbase_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt/qt5/qtbase_git.bb b/recipes-qt/qt5/qtbase_git.bb index 925f0b09..a64af50d 100644 --- a/recipes-qt/qt5/qtbase_git.bb +++ b/recipes-qt/qt5/qtbase_git.bb | |||
@@ -49,7 +49,7 @@ PACKAGECONFIG_DISTRO ?= "" | |||
49 | PACKAGECONFIG_RELEASE ?= "release" | 49 | PACKAGECONFIG_RELEASE ?= "release" |
50 | # This is in qt5.inc, because qtwebkit-examples are using it to enable ca-certificates dependency | 50 | # This is in qt5.inc, because qtwebkit-examples are using it to enable ca-certificates dependency |
51 | # PACKAGECONFIG_OPENSSL ?= "openssl" | 51 | # PACKAGECONFIG_OPENSSL ?= "openssl" |
52 | PACKAGECONFIG_DEFAULT ?= "accessibility dbus udev evdev widgets tools libs freetype tests \ | 52 | PACKAGECONFIG_DEFAULT ?= "accessibility dbus udev evdev widgets tools libs freetype tests pcre \ |
53 | ${@bb.utils.contains('SELECTED_OPTIMIZATION', '-Os', 'optimize-size ltcg', '', d)} \ | 53 | ${@bb.utils.contains('SELECTED_OPTIMIZATION', '-Os', 'optimize-size ltcg', '', d)} \ |
54 | ${@bb.utils.contains('DISTRO_FEATURES', 'qt5-static', 'static', '', d)} \ | 54 | ${@bb.utils.contains('DISTRO_FEATURES', 'qt5-static', 'static', '', d)} \ |
55 | " | 55 | " |