summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
authorPierre-Jean Texier <texier.pj2@gmail.com>2021-06-04 17:40:47 +0200
committerOtavio Salvador <otavio@ossystems.com.br>2021-06-04 14:34:47 -0300
commit0df4075e78f33ff0b9a9d7553eaf496bf2cbb051 (patch)
treee0a660507ce894ea0a52f145154ddf0da1571f89 /recipes-graphics
parentcb88eb8e833652ef60598927d5ac640b4194260b (diff)
downloadmeta-freescale-0df4075e78f33ff0b9a9d7553eaf496bf2cbb051.tar.gz
recipes-graphics: clutter/cogl: move bbappend to dynamic layers
As it breaks the build on master since [1]. Move bbappend files to dynamic layers since recipes were moved to meta-gnome Fixes: ERROR: No recipes in default available for: /home/bdx-iot/ci/meta-freescale/recipes-graphics/clutter/clutter-1.0_%.bbappend /home/bdx-iot/ci/meta-freescale/recipes-graphics/cogl/cogl-1.0_%.bbappend [1] - http://git.openembedded.org/openembedded-core/commit/?id=c4f167d05f58f35a6b94e8dbc4721ab67e7e71eb Signed-off-by: Pierre-Jean Texier <texier.pj2@gmail.com>
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/clutter/clutter-1.0_%.bbappend5
-rw-r--r--recipes-graphics/cogl/cogl-1.0_%.bbappend5
2 files changed, 0 insertions, 10 deletions
diff --git a/recipes-graphics/clutter/clutter-1.0_%.bbappend b/recipes-graphics/clutter/clutter-1.0_%.bbappend
deleted file mode 100644
index 0b4c4861..00000000
--- a/recipes-graphics/clutter/clutter-1.0_%.bbappend
+++ /dev/null
@@ -1,5 +0,0 @@
1PACKAGECONFIG_imxgpu3d ??= " \
2 ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland egl', \
3 bb.utils.contains('DISTRO_FEATURES', 'x11', 'glx x11', \
4 '', d), d)} \
5"
diff --git a/recipes-graphics/cogl/cogl-1.0_%.bbappend b/recipes-graphics/cogl/cogl-1.0_%.bbappend
deleted file mode 100644
index afbaee43..00000000
--- a/recipes-graphics/cogl/cogl-1.0_%.bbappend
+++ /dev/null
@@ -1,5 +0,0 @@
1PACKAGECONFIG_imxgpu3d ??= " \
2 cogl-pango gles2 \
3 ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'egl-wayland', \
4 bb.utils.contains('DISTRO_FEATURES', 'x11', 'egl-x11', \
5 '', d), d)}"