On Wed, 2026-03-18 at 17:14 +0000, Paul Barker via lists.openembedded.org wrote: > The variable dependencies are discarded for PACKAGECONFIG, which may > cause tasks which use the value of PACKAGECONFIG to be considered > arch-independent, even when the value is actually different depending on > the target architecture. > > In this case, we use the value of TUNE_FEATURES in PACKAGECONFIG, which > is obviously arch-dependent so we should explicitly list this > dependency. > > Signed-off-by: Paul Barker <[email protected]> > --- > meta/recipes-graphics/libsdl2/libsdl2_2.32.10.bb | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/meta/recipes-graphics/libsdl2/libsdl2_2.32.10.bb > b/meta/recipes-graphics/libsdl2/libsdl2_2.32.10.bb > index 834cf096b977..f7c292b6adb0 100644 > --- a/meta/recipes-graphics/libsdl2/libsdl2_2.32.10.bb > +++ b/meta/recipes-graphics/libsdl2/libsdl2_2.32.10.bb > @@ -80,6 +80,9 @@ PACKAGECONFIG[vulkan] = > "-DSDL_VULKAN=ON,-DSDL_VULKAN=OFF" > PACKAGECONFIG[wayland] = > "-DSDL_WAYLAND=ON,-DSDL_WAYLAND=OFF,wayland-native wayland wayland-protocols > libxkbcommon" > PACKAGECONFIG[x11] = "-DSDL_X11=ON,-DSDL_X11=OFF,virtual/libx11 > libxext libxrandr libxrender" > > +# PACKAGECONFIG dependencies are not automatically carried forwards > +PACKAGECONFIG[vardeps] += "TUNE_FEATURES"
I'm not understanding the issue here. I added a vardepvalue for PACKAGECONFIG but the usage of TUNE_FEATURES here shouldn't matter, the expanded value will differ and that should be all we need for the taskhashes to work properly. What issue are you trying to solve here? Cheers, Richard
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#233432): https://lists.openembedded.org/g/openembedded-core/message/233432 Mute This Topic: https://lists.openembedded.org/mt/118386732/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
