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 00:02:07 +0000
commita5cef484229085d624f229b1935d13fb83d5fe3f (patch)
treee54684079abb8542c93859482d0b5c4333ca4e50
parent0d0879dc37a84645213a2daef51fbe4c8ee86f09 (diff)
downloadmeta-raspberrypi-libwpe.tar.gz
libwpe: Migrate build workaround from oe-corelibwpe
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)}"