diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2013-05-21 13:23:18 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2013-05-22 10:30:29 -0300 |
commit | 27160d67cb0b75e17d9601b396b6c43ef90f8255 (patch) | |
tree | 14f94c0a78ee9f30ba87f7d1327677a424b34ffc /recipes-graphics | |
parent | 2291304582d256af5aecfd7b531203ad9b1abedf (diff) | |
download | meta-fsl-arm-27160d67cb0b75e17d9601b396b6c43ef90f8255.tar.gz |
cogl: Remove 'bbappend' as Clutter recipes are being reworked
The Clutter packages are being reworked so we need more work to get it
properly supported. In meanwhile remove the bbappend to avoid build
breakage.
Fixes [YOCTO: #4523]
Change-Id: I1364a5b76071a0abcfc4a601b3a6adc3f8451d48
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-graphics')
-rw-r--r-- | recipes-graphics/clutter/cogl_1.8.2.bbappend | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/recipes-graphics/clutter/cogl_1.8.2.bbappend b/recipes-graphics/clutter/cogl_1.8.2.bbappend deleted file mode 100644 index d7d3fd4..0000000 --- a/recipes-graphics/clutter/cogl_1.8.2.bbappend +++ /dev/null | |||
@@ -1,6 +0,0 @@ | |||
1 | PRINC := "${@int(PRINC) + 2}" | ||
2 | |||
3 | DEPENDS_mx5 = "${STDDEPENDS} virtual/libgles2 libxcomposite libxdamage" | ||
4 | |||
5 | EXTRA_OECONF_mx5 = "${BASE_CONF} --with-flavour=glx --enable-gles2 --disable-gl" | ||
6 | PACKAGE_ARCH_mx5 = "${MACHINE_ARCH}" | ||