diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2018-07-11 15:47:27 +0200 |
---|---|---|
committer | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2018-07-23 16:26:18 +0200 |
commit | 66d6e990765d5b62e93900e959d67360919c7d1b (patch) | |
tree | 682cbec349a7ced59444407f85babaa5eac05c5b /recipes-graphics/cogl | |
parent | ed3741dd94c60c84d9184c559715f29cf287f5ce (diff) |
cogl-1.0: add bbappend to fix install in sdk
cogl-1.0 is empty, so remove the RDEPEND on it from the -dev package.
| * Problem 1/1:
| * - package cogl-1.0-dev-1.22.2-r0.armv7at2hf-neon-mx6qdl requires
cogl-1.0 = 1.22.2-r0, but none of the providers can be installed
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'recipes-graphics/cogl')
-rw-r--r-- | recipes-graphics/cogl/cogl-1.0_%.bbappend | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-graphics/cogl/cogl-1.0_%.bbappend b/recipes-graphics/cogl/cogl-1.0_%.bbappend new file mode 100644 index 0000000..85e6645 --- /dev/null +++ b/recipes-graphics/cogl/cogl-1.0_%.bbappend @@ -0,0 +1,3 @@ +# Workaround populate_sdk issue which depends on cogl-1.0 which can not be +# found. +RDEPENDS_${PN}-dev = "" |