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 <[email protected]> --- recipes-sato/libwpe_%.bbappend | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 recipes-sato/libwpe_%.bbappend 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 @@ +# Workaround build issue with RPi userland EGL libraries. +CFLAGS:append:rpi = " ${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', '-D_GNU_SOURCE', d)}" -- 2.33.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#55326): https://lists.yoctoproject.org/g/yocto/message/55326 Mute This Topic: https://lists.yoctoproject.org/mt/87039670/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
