summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.com>2021-11-14 00:02:04 +0000
committerAndrei Gherzan <andrei@gherzan.com>2021-11-14 15:39:24 +0000
commit690b4a5e9891f5b16df2d4d41250d51b7ed1ceb2 (patch)
tree1d2bd8e5e6d4603fe71c9c1272d6a69d635ef719
parentfed7688925b753f79dad110e0d861aa33644c16c (diff)
downloadmeta-raspberrypi-690b4a5e9891f5b16df2d4d41250d51b7ed1ceb2.tar.gz
libwpe: Migrate build workaround from oe-core
This was removed from oe-core[1] so we pull in the change here where it should have been in the first place. Fixes: https://github.com/agherzan/meta-raspberrypi/issues/893 [1] https://lists.openembedded.org/g/openembedded-core/topic/84653556 Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
-rw-r--r--recipes-sato/libwpe_%.bbappend2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-sato/libwpe_%.bbappend b/recipes-sato/libwpe_%.bbappend
new file mode 100644
index 0000000..fe1e59b
--- /dev/null
+++ b/recipes-sato/libwpe_%.bbappend
@@ -0,0 +1,2 @@
1# Workaround build issue with RPi userland EGL libraries.
2CFLAGS:append:rpi = " ${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', '-D_GNU_SOURCE', d)}"