agherzan / meta-raspberrypi

Yocto/OE BSP layer for the Raspberry Pi boards
https://www.yoctoproject.org/
MIT License
532 stars 410 forks source link

libwpe workaround for rpi to be removed from OE-Core #893

Closed denix0 closed 2 years ago

denix0 commented 3 years ago

Please migrate the corresponding workaround code for libwpe to meta-raspberrypi, if still applicable, as it is to be removed from OE-Core.

# Workaround build issue with RPi userland EGL libraries.
CFLAGS:append_rpi = " ${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', '-D_GNU_SOURCE', d)}"

https://lists.openembedded.org/g/openembedded-core/topic/84653556

agherzan commented 3 years ago

I think it is safe to go ahead and migrate. I'm curious why was it done there in the first place.