On Wed, Aug 04, 2021 at 10:54:32AM -0700, Khem Raj wrote: > > > On 8/3/21 6:34 PM, Denys Dmytriyenko wrote: > >This recipe was ported from another layer, which had special handling for > >rpi. > > > >OE-Core doesn't have 'rpi' override, doesn't define 'vc4graphics' > >DISTRO_FEATURES > >and overall, BSP-specifics should be handled in downstream layers, not in > >OE-Core. > > > > Thats fine, however, this will regress rpi BSPs, so either send a > patch to add it via a bbappend to meta-raspberrypi or open a ticket > so someone can get it done
It has already regressed, as :append_rpi is not a correct override. Ticket open - https://github.com/agherzan/meta-raspberrypi/issues/893 > >Signed-off-by: Denys Dmytriyenko <[email protected]> > >--- > > meta/recipes-sato/webkit/libwpe_1.10.1.bb | 3 --- > > 1 file changed, 3 deletions(-) > > > >diff --git a/meta/recipes-sato/webkit/libwpe_1.10.1.bb > >b/meta/recipes-sato/webkit/libwpe_1.10.1.bb > >index 22fff93..6f2fe1d 100644 > >--- a/meta/recipes-sato/webkit/libwpe_1.10.1.bb > >+++ b/meta/recipes-sato/webkit/libwpe_1.10.1.bb > >@@ -6,9 +6,6 @@ LICENSE = "BSD" > > LIC_FILES_CHKSUM = "file://COPYING;md5=371a616eb4903c6cb79e9893a5f615cc" > > DEPENDS = "virtual/egl libxkbcommon" > >-# Workaround build issue with RPi userland EGL libraries. > >-CFLAGS:append_rpi = " ${@bb.utils.contains('MACHINE_FEATURES', > >'vc4graphics', '', '-D_GNU_SOURCE', d)}" > >- > > inherit cmake features_check > > REQUIRED_DISTRO_FEATURES = "opengl"
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#154459): https://lists.openembedded.org/g/openembedded-core/message/154459 Mute This Topic: https://lists.openembedded.org/mt/84653556/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
