From bf1617a36fe4e1932772a12604e13fd4f5c463f4 Mon Sep 17 00:00:00 2001 From: Naoto Yamaguchi Date: Tue, 2 May 2023 23:23:22 +0900 Subject: Remove python dependency from packagegroup-selinux-minimal A meta-selinux has issue for force install many packages. A packagegroup-selinux-minimal may support desktop and server runtime use case, may not match AGL (embedded) runtime use case. One of the big issue, that force install unnecessarily python runtime to image. It's caused by backward compatibility for policycoreutils package, maybe. This patch fix this issue temporally. Shall fix at meta-agl layer at SPEC-4778. Bug-AGL: SPEC-4777 Change-Id: I2b844cd928448b024e4a6830ea98e7dc76f0832b Signed-off-by: Naoto Yamaguchi --- .../meta-selinux/recipes-security/selinux/policycoreutils_%.bbappend | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 meta-agl-ic-container/dynamic-layers/meta-selinux/recipes-security/selinux/policycoreutils_%.bbappend (limited to 'meta-agl-ic-container/dynamic-layers') diff --git a/meta-agl-ic-container/dynamic-layers/meta-selinux/recipes-security/selinux/policycoreutils_%.bbappend b/meta-agl-ic-container/dynamic-layers/meta-selinux/recipes-security/selinux/policycoreutils_%.bbappend new file mode 100644 index 00000000..778e4964 --- /dev/null +++ b/meta-agl-ic-container/dynamic-layers/meta-selinux/recipes-security/selinux/policycoreutils_%.bbappend @@ -0,0 +1,3 @@ +# Remove selinux-python dependency from policycoreutils to fix force install python runtime issue. + +RDEPENDS:${BPN}:remove = "selinux-python" -- cgit 1.2.3-korg