Hi Clayton, I agree to merge this patch.
Étienne On Thu, Mar 26, 2026 at 6:25 PM Clayton Casciato < [email protected]> wrote: > "selinux" adds a dependency on clang-native. > > clang-native is provided by meta-clang. > > If meta-clang is not included, this surfaces parse-time errors such as: > ERROR: Nothing PROVIDES 'clang-native' (but > [...]/uutils-coreutils_0.0.28.bb DEPENDS on or otherwise requires it) > > This is an issue in the default case - where uutils-coreutils is not > enabled. > > Suggested-by: Khem Raj <[email protected]> > Signed-off-by: Clayton Casciato <[email protected]> > --- > Sponsor: 21SoftWare LLC > > OE-C whinlatter and master include clang-native: > > https://urldefense.proofpoint.com/v2/url?u=https-3A__git.openembedded.org_openembedded-2Dcore_commit_meta_recipes-2Ddevtools_clang-3Fh-3Dwhinlatter-26id-3Dd77e398095228b34851762858a76640e3c2cb0ab&d=DwICaQ&c=ncDTmphkJTvjIDPh0hpF_4vCHvabgGkICC2epckfdiw&r=AhkbNonVuMIGRfPx_Qj9TsRih1DULJTKUkSGa66m67E&m=4qaMdrtGvkWreWnK7doGMkiFb-BtHVU_UOlvQ23LpOTa-jYEEQoeNRs0MiX43C0B&s=TJh5AjJaNJ4637qYkkSev7d0Jfdmsnw4EdVbI7lfbZA&e= > > Discussion: > > https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.openembedded.org_g_openembedded-2Ddevel_topic_103440861&d=DwICaQ&c=ncDTmphkJTvjIDPh0hpF_4vCHvabgGkICC2epckfdiw&r=AhkbNonVuMIGRfPx_Qj9TsRih1DULJTKUkSGa66m67E&m=4qaMdrtGvkWreWnK7doGMkiFb-BtHVU_UOlvQ23LpOTa-jYEEQoeNRs0MiX43C0B&s=TzTRDBWSUS36fXqwJJT-NpSGXwehEtgi7MHzNUcEjec&e= > > .../recipes-core/uutils-coreutils/uutils-coreutils_0.0.28.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta-oe/recipes-core/uutils-coreutils/ > uutils-coreutils_0.0.28.bb b/meta-oe/recipes-core/uutils-coreutils/ > uutils-coreutils_0.0.28.bb > index 76cecac5a6..41e4f1d831 100644 > --- a/meta-oe/recipes-core/uutils-coreutils/uutils-coreutils_0.0.28.bb > +++ b/meta-oe/recipes-core/uutils-coreutils/uutils-coreutils_0.0.28.bb > @@ -22,7 +22,7 @@ require ${BPN}-crates.inc > PROVIDES = "coreutils" > RPROVIDES:${PN} = "coreutils" > > -PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'selinux', d)}" > +PACKAGECONFIG ?= "" > > PACKAGECONFIG[selinux] = "--with-selinux,--without-selinux,libselinux" > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#125766): https://lists.openembedded.org/g/openembedded-devel/message/125766 Mute This Topic: https://lists.openembedded.org/mt/118522554/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
