diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2016-05-04 20:06:30 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-05-16 17:06:51 -0300 |
commit | d6cdded0d8235d7eaad052a52f881d87e61d5885 (patch) | |
tree | 6d9976c2ff0f0a4366ecfb2f6674bd8f84c7b70f /recipes-graphics | |
parent | 5f1a97625605619d2a48f465c6a71f9e7a0af806 (diff) | |
download | meta-freescale-d6cdded0d8235d7eaad052a52f881d87e61d5885.tar.gz |
cairo: Stop using base_contains
The base_contains function is deprecated and we ought to use
bb.utils.contains instead.
Change-Id: I5da85f2d0e2ec85065d5ab25336f838728c36d83
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-graphics')
-rw-r--r-- | recipes-graphics/cairo/cairo_%.bbappend | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-graphics/cairo/cairo_%.bbappend b/recipes-graphics/cairo/cairo_%.bbappend index 66e019aa..6f9e09d2 100644 --- a/recipes-graphics/cairo/cairo_%.bbappend +++ b/recipes-graphics/cairo/cairo_%.bbappend | |||
@@ -1,6 +1,6 @@ | |||
1 | CFLAGS_append_mx6 = " -DLINUX \ | 1 | CFLAGS_append_mx6 = " -DLINUX \ |
2 | ${@base_contains('DISTRO_FEATURES', 'x11', '', \ | 2 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', '', \ |
3 | base_contains('DISTRO_FEATURES', 'wayland', \ | 3 | bb.utils.contains('DISTRO_FEATURES', 'wayland', \ |
4 | '-DEGL_API_FB -DEGL_API_WL', '-DEGL_API_FB', d), d)}" | 4 | '-DEGL_API_FB -DEGL_API_WL', '-DEGL_API_FB', d), d)}" |
5 | 5 | ||
6 | PACKAGECONFIG_append_mx6q = " egl glesv2" | 6 | PACKAGECONFIG_append_mx6q = " egl glesv2" |