diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2014-08-25 23:23:42 -0300 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2014-08-30 18:29:42 -0300 |
| commit | a8fe749a5f49b1bf9f8d433c97b22abaefbbdda2 (patch) | |
| tree | d4b24b5341e6aa31ef2903b09582f571b1d09ca7 | |
| parent | cc613a460dd6d80d3174336b9d6fe026ec557e0a (diff) | |
| download | meta-freescale-a8fe749a5f49b1bf9f8d433c97b22abaefbbdda2.tar.gz | |
cairo: Drop 'class-target' use
The native and nativesdk classes now reset the MACHINEOVERRIDES
variable, avoiding the failure during the build due the extra flags
for Vivante support.
This patch removes the 'class-target' override as the override won't
apply in native and nativesdk use anymore.
Change-Id: I53b1939c1bd20fca1c3e39e67fd03aaa743501d0
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
| -rw-r--r-- | meta-fsl-arm/recipes-graphics/cairo/cairo_%.bbappend | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-fsl-arm/recipes-graphics/cairo/cairo_%.bbappend b/meta-fsl-arm/recipes-graphics/cairo/cairo_%.bbappend index a6df001f2..9eb32537c 100644 --- a/meta-fsl-arm/recipes-graphics/cairo/cairo_%.bbappend +++ b/meta-fsl-arm/recipes-graphics/cairo/cairo_%.bbappend | |||
| @@ -6,8 +6,8 @@ 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_class-target_mx6 = " \ | 9 | PACKAGECONFIG_mx6 = " \ |
| 10 | ${@base_contains('DISTRO_FEATURES', 'directfb', 'directfb', '', d)}" | 10 | ${@base_contains('DISTRO_FEATURES', 'directfb', 'directfb', '', d)}" |
| 11 | 11 | ||
| 12 | PACKAGECONFIG_append_class-target_mx6q = " egl glesv2" | 12 | PACKAGECONFIG_append_mx6q = " egl glesv2" |
| 13 | PACKAGECONFIG_append_class-target_mx6dl = " egl glesv2" | 13 | PACKAGECONFIG_append_mx6dl = " egl glesv2" |
