diff options
author | Pierre-Jean Texier <texier.pj2@gmail.com> | 2021-06-04 17:40:47 +0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2021-06-04 14:34:47 -0300 |
commit | 0df4075e78f33ff0b9a9d7553eaf496bf2cbb051 (patch) | |
tree | e0a660507ce894ea0a52f145154ddf0da1571f89 /dynamic-layers/gnome-layer/recipes-graphics/clutter | |
parent | cb88eb8e833652ef60598927d5ac640b4194260b (diff) | |
download | meta-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 'dynamic-layers/gnome-layer/recipes-graphics/clutter')
-rw-r--r-- | dynamic-layers/gnome-layer/recipes-graphics/clutter/clutter-1.0_%.bbappend | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dynamic-layers/gnome-layer/recipes-graphics/clutter/clutter-1.0_%.bbappend b/dynamic-layers/gnome-layer/recipes-graphics/clutter/clutter-1.0_%.bbappend new file mode 100644 index 00000000..0b4c4861 --- /dev/null +++ b/dynamic-layers/gnome-layer/recipes-graphics/clutter/clutter-1.0_%.bbappend | |||
@@ -0,0 +1,5 @@ | |||
1 | PACKAGECONFIG_imxgpu3d ??= " \ | ||
2 | ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland egl', \ | ||
3 | bb.utils.contains('DISTRO_FEATURES', 'x11', 'glx x11', \ | ||
4 | '', d), d)} \ | ||
5 | " | ||