Re: [yocto-patches] [meta-selinux][master][PATCH 3/4] selinux-python: extend SELinux tooling for native builds
Yi Zhao <[email protected]>
| Newsgroups | org.yoctoproject.lists.yocto-patches |
|---|---|
| Message-ID | <[email protected]> |
Hi Deepak, This patch appears to depend on a patch of audit recipe in meta-openembedded layer, which has not yet been merged. Would it be possible to merge the other patches in this series first? Thanks. //Yi On 3/15/26 20:46, Deepak Rathore via lists.yoctoproject.org wrote: > From: Deepak Rathore <[email protected]> > > Some SDK dependency chains require SELinux tools to be available as host/SDK > artifacts. The current recipes only partially provide this, which can lead to > dependency resolution failures when these tools are pulled into SDK-oriented > builds. > > This change does not alter target package behavior; it only enables required > native variant for build and SDK integration paths. > > Signed-off-by: Deepak Rathore <[email protected]> > --- > Changes from v1->v2: Added new line at the end of recipe. > > diff --git a/recipes-security/selinux/selinux-python_3.10.bb b/recipes-security/selinux/selinux-python_3.10.bb > index 7a4b781..5756c6a 100644 > --- a/recipes-security/selinux/selinux-python_3.10.bb > +++ b/recipes-security/selinux/selinux-python_3.10.bb > @@ -127,3 +127,4 @@ do_install() { > sed -i -e 's,${WORKDIR},,g' \ > ${D}${PYTHON_SITEPACKAGES_DIR}/sepolicy-${PV}.dist-info/direct_url.json > } > +BBCLASSEXTEND += "native"