aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAníbal Limón <anibal.limon@linaro.org>2020-01-20 18:47:35 -0600
committerAníbal Limón <anibal.limon@linaro.org>2020-01-21 22:59:52 -0600
commit637874d5529667225f4f84c171cb4c49cf67a791 (patch)
treeae2b08d1d3e2f46c5e20cc4e50503215935c5c33
parent65d9eea24f30e17cabeb2976db39318f1e73778e (diff)
core: Add waffle append to fix build issue with python3 dependency
Waffle is failing to build due of missing python3 dependency, it works when wayland is enabled because wayland depends on python3. Patch sent to ML, http://lists.openembedded.org/pipermail/openembedded-core/2020-January/291427.html Signed-off-by: Aníbal Limón <anibal.limon@linaro.org> Change-Id: I0c5800c3c371c828216e728eb17268cd649a41d4
-rw-r--r--core/recipes-graphics/waffle/waffle_1.%.bbappend1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/recipes-graphics/waffle/waffle_1.%.bbappend b/core/recipes-graphics/waffle/waffle_1.%.bbappend
new file mode 100644
index 0000000..cfeb1be
--- /dev/null
+++ b/core/recipes-graphics/waffle/waffle_1.%.bbappend
@@ -0,0 +1 @@
+DEPENDS_append = " python3"