From: Matt Ranostay Date: Fri, 10 Mar 2017 21:39:49 +0000 (+0200) Subject: Enable SQLITE database engine for the Qt5 X-Git-Tag: 3.99.1~26 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL%2Fmeta-agl-demo.git;a=commitdiff_plain;h=39ffd83d4fba7c88a23edc18a3a66780d18049ae Enable SQLITE database engine for the Qt5 Several applications have a use for the SQLITE database backend, and should be enabled for all platforms. Change-Id: I1eb0218e2f8656faed29691d5cfab4b5f5018509 Signed-off-by: Matt Ranostay --- diff --git a/recipes-qt/qt5/qtbase_%.bbappend b/recipes-qt/qt5/qtbase_%.bbappend index 65ee442a2..ab6fe9a4a 100644 --- a/recipes-qt/qt5/qtbase_%.bbappend +++ b/recipes-qt/qt5/qtbase_%.bbappend @@ -7,6 +7,7 @@ PACKAGECONFIG_WAYLAND = "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'way PACKAGECONFIG_GL = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2', '', d)}" PACKAGECONFIG_append = " ${PACKAGECONFIG_WAYLAND} icu accessibility" PACKAGECONFIG_append = " fontconfig" +PACKAGECONFIG_append = " sql-sqlite" EXTRA_OECONF_append = ""