diff options
author | Alexandru Croitor <alexandru.croitor@qt.io> | 2019-04-09 15:35:03 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2020-01-11 14:59:12 +0100 |
commit | 1b8e557011fffd0446e5f660d1b317c664a7cf08 (patch) | |
tree | aa70eb3fe78bc78ebbc6882e3b31f98c1a5cb3c0 | |
parent | fd7ac089917f8f15240bcb650ecd53301383ff7d (diff) | |
download | meta-qt5-1b8e557011fffd0446e5f660d1b317c664a7cf08.tar.gz |
qtbase: Use pcre packages by default
This forces using the yocto provided package instead
of the one in qtbase/src/3rdparty.
Signed-off-by: Samuli Piippo <samuli.piippo@qt.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-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 16e25d7f..401c00b0 100644 --- a/recipes-qt/qt5/qtbase_git.bb +++ b/recipes-qt/qt5/qtbase_git.bb | |||
@@ -51,7 +51,7 @@ PACKAGECONFIG_DISTRO ?= "" | |||
51 | PACKAGECONFIG_RELEASE ?= "release" | 51 | PACKAGECONFIG_RELEASE ?= "release" |
52 | # This is in qt5.inc, because qtwebkit-examples are using it to enable ca-certificates dependency | 52 | # This is in qt5.inc, because qtwebkit-examples are using it to enable ca-certificates dependency |
53 | # PACKAGECONFIG_OPENSSL ?= "openssl" | 53 | # PACKAGECONFIG_OPENSSL ?= "openssl" |
54 | PACKAGECONFIG_DEFAULT ?= "accessibility dbus udev evdev widgets tools libs freetype tests \ | 54 | PACKAGECONFIG_DEFAULT ?= "accessibility dbus udev evdev widgets tools libs freetype tests pcre \ |
55 | ${@bb.utils.contains('SELECTED_OPTIMIZATION', '-Os', 'optimize-size ltcg', '', d)} \ | 55 | ${@bb.utils.contains('SELECTED_OPTIMIZATION', '-Os', 'optimize-size ltcg', '', d)} \ |
56 | ${@bb.utils.contains('DISTRO_FEATURES', 'qt5-static', 'static', '', d)} \ | 56 | ${@bb.utils.contains('DISTRO_FEATURES', 'qt5-static', 'static', '', d)} \ |
57 | " | 57 | " |