diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2017-01-10 17:39:26 -0600 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2017-01-11 10:56:36 -0200 |
commit | a99b95c899e6c20b9f46fa04766c155e3a32949a (patch) | |
tree | d0fbcf5b7c7b62f1cbd9e90e231802689f993c07 /dynamic-layers/qt5-layer | |
parent | 0d82059f6c8f7e7cddc409adb093f2d523ebc437 (diff) | |
download | meta-freescale-a99b95c899e6c20b9f46fa04766c155e3a32949a.tar.gz |
qtbase: Recipe cleanup
- List variables in override priority order
- Replace deprecated base_contains
- Remove extraneous whitespace
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'dynamic-layers/qt5-layer')
-rw-r--r-- | dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend b/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend index a69dbec8..b7dc15c7 100644 --- a/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend +++ b/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend | |||
@@ -13,11 +13,11 @@ SRC_URI_append_imxgpu3d = " \ | |||
13 | " | 13 | " |
14 | 14 | ||
15 | PACKAGECONFIG_GL_imxpxp = "gles2" | 15 | PACKAGECONFIG_GL_imxpxp = "gles2" |
16 | PACKAGECONFIG_GL_imxgpu3d = "gles2" | ||
17 | PACKAGECONFIG_GL_imxgpu2d = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', ' gl', '', d)}" | 16 | PACKAGECONFIG_GL_imxgpu2d = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', ' gl', '', d)}" |
17 | PACKAGECONFIG_GL_imxgpu3d = "gles2" | ||
18 | 18 | ||
19 | QT_CONFIG_FLAGS_APPEND = "" | 19 | QT_CONFIG_FLAGS_APPEND = "" |
20 | QT_CONFIG_FLAGS_APPEND_imxpxp = "${@base_contains('DISTRO_FEATURES', 'x11', ' -no-eglfs', ' -eglfs', d)}" | 20 | QT_CONFIG_FLAGS_APPEND_imxpxp = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', '-no-eglfs', '-eglfs', d)}" |
21 | QT_CONFIG_FLAGS_APPEND_imxgpu2d = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', ' -no-eglfs', ' -no-opengl -linuxfb -no-eglfs', d)}" | 21 | QT_CONFIG_FLAGS_APPEND_imxgpu2d = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', '-no-eglfs', '-no-opengl -linuxfb -no-eglfs', d)}" |
22 | QT_CONFIG_FLAGS_APPEND_imxgpu3d = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', ' -no-eglfs', ' -eglfs', d)}" | 22 | QT_CONFIG_FLAGS_APPEND_imxgpu3d = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', '-no-eglfs', '-eglfs', d)}" |
23 | QT_CONFIG_FLAGS_append = " ${QT_CONFIG_FLAGS_APPEND}" | 23 | QT_CONFIG_FLAGS_append = " ${QT_CONFIG_FLAGS_APPEND}" |