mbox series

[meta-selinux,master,0/4] Pull request (cover letter only)

Message ID 20260315124408.2966368-1-deeratho@cisco.com
Headers show
Series Pull request (cover letter only) | expand

Message

From: Deepak Rathore <deeratho@cisco.com>

This series extends a set of SELinux recipes to support native and nativesdk
variants. These packages are needed as host or SDK artifacts in certain
dependency chains, where dependency resolution fails when only the target
variant exists.

None of the changes alter target package behavior; they solely enable the
required native/nativesdk build paths.

Testing:
  - Built each recipe as native/nativesdk on x86-64 with no errors.
  - Verified existing target builds are unaffected.

Deepak Rathore (4):
  checkpolicy: extend SELinux tooling for nativesdk builds
  libsepol: extend SELinux tooling for nativesdk builds
  selinux-python: extend SELinux tooling for native builds
  semodule-utils: extend SELinux tooling for nativesdk builds

Signed-off-by: Deepak Rathore <deeratho@cisco.com>
---
 recipes-security/selinux/checkpolicy_3.10.bb    | 2 +-
 recipes-security/selinux/libsepol_3.10.bb       | 2 +-
 recipes-security/selinux/selinux-python_3.10.bb | 1 +
 recipes-security/selinux/semodule-utils_3.10.bb | 2 +-
 4 files changed, 4 insertions(+), 3 deletions(-)