diff options
author | Francesco Giancane <francescogiancane8@gmail.com> | 2019-04-15 14:44:54 +0200 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2019-04-17 10:12:42 +0100 |
commit | 2e599294020cb35569c71076721e5c7dc67e2e6b (patch) | |
tree | c7fa1a2b6d9a5cd3e5f7ff7081eafd9865805b50 | |
parent | 6745beb7b1a37e618d37acf38c7a38a5136606d9 (diff) | |
download | meta-raspberrypi-2e599294020cb35569c71076721e5c7dc67e2e6b.tar.gz |
qtbase_%.bbappend: update PACKAGECONFIG name for xkbcommon
As per [Qt 5.12.2 commit update](https://github.com/meta-qt5/meta-qt5/commit/28d4bfdf74ba9d66ad749fc7208ca8dc147a3927), xkbcommon-evdev PACKAGECONFIG option has been renamed to xkbcommon.
This commit fixes BitBake QA:
WARNING: qtbase-5.12.2+gitAUTOINC+856fb1ab44-r0 do_configure: QA Issue: qtbase: invalid PACKAGECONFIG: xkbcommon-evdev [invalid-packageconfig]
-rw-r--r-- | dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend b/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend index 4202651..c43da01 100644 --- a/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend +++ b/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend | |||
@@ -4,7 +4,7 @@ PACKAGECONFIG_GL_rpi = "${@bb.utils.contains('DISTRO_FEATURES', 'x11 opengl', 'g | |||
4 | PACKAGECONFIG_GL_append_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', ' kms', '', d)}" | 4 | PACKAGECONFIG_GL_append_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', ' kms', '', d)}" |
5 | PACKAGECONFIG_GL_append_rpi = " gbm" | 5 | PACKAGECONFIG_GL_append_rpi = " gbm" |
6 | PACKAGECONFIG_FONTS_rpi = "fontconfig" | 6 | PACKAGECONFIG_FONTS_rpi = "fontconfig" |
7 | PACKAGECONFIG_append_rpi = " libinput examples tslib xkb xkbcommon-evdev" | 7 | PACKAGECONFIG_append_rpi = " libinput examples tslib xkb xkbcommon" |
8 | PACKAGECONFIG_remove_rpi = "tests" | 8 | PACKAGECONFIG_remove_rpi = "tests" |
9 | 9 | ||
10 | OE_QTBASE_EGLFS_DEVICE_INTEGRATION_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', 'eglfs_brcm', d)}" | 10 | OE_QTBASE_EGLFS_DEVICE_INTEGRATION_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', 'eglfs_brcm', d)}" |