summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2018-07-11 15:47:27 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2018-07-23 16:26:18 +0200
commit66d6e990765d5b62e93900e959d67360919c7d1b (patch)
tree682cbec349a7ced59444407f85babaa5eac05c5b
parented3741dd94c60c84d9184c559715f29cf287f5ce (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>
-rw-r--r--recipes-graphics/cogl/cogl-1.0_%.bbappend3
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 = ""