diff options
author | Gary Thomas <gary@mlbassoc.com> | 2014-10-21 06:12:20 -0600 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2014-10-23 19:59:59 -0200 |
commit | 16ebea4e1c8aab1561c01d85c3944c9e18bb767c (patch) | |
tree | bd2f6f3fd71fa3e7d499c32aebc0650bb41397ba | |
parent | 82e00750af48747ed5da8315b524ca0f8f9283ba (diff) | |
download | meta-fsl-arm-16ebea4e1c8aab1561c01d85c3944c9e18bb767c.tar.gz |
cairo: Fix PACKAGECONFIG settings
Remove a forced setting of PACKAGECONFIG_mx6 - this caused some flags
which were set by the main recipe to be lost, e.g. "x11". The flags
which are being set by these lines are correctly set in the main recipe,
so this change fixes the errant behaviour with no other side effects.
Signed-off-by: Gary Thomas <gary@mlbassoc.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | recipes-graphics/cairo/cairo_%.bbappend | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/recipes-graphics/cairo/cairo_%.bbappend b/recipes-graphics/cairo/cairo_%.bbappend index 9eb3253..2b72535 100644 --- a/recipes-graphics/cairo/cairo_%.bbappend +++ b/recipes-graphics/cairo/cairo_%.bbappend | |||
@@ -6,8 +6,5 @@ CFLAGS_append_mx6 = " -DLINUX \ | |||
6 | '-DEGL_API_DFB', '-DEGL_API_FB', d),d),d)}" | 6 | '-DEGL_API_DFB', '-DEGL_API_FB', d),d),d)}" |
7 | 7 | ||
8 | 8 | ||
9 | PACKAGECONFIG_mx6 = " \ | ||
10 | ${@base_contains('DISTRO_FEATURES', 'directfb', 'directfb', '', d)}" | ||
11 | |||
12 | PACKAGECONFIG_append_mx6q = " egl glesv2" | 9 | PACKAGECONFIG_append_mx6q = " egl glesv2" |
13 | PACKAGECONFIG_append_mx6dl = " egl glesv2" | 10 | PACKAGECONFIG_append_mx6dl = " egl glesv2" |