diff options
author | Scott Murray <scott.murray@konsulko.com> | 2025-06-27 11:09:15 -0400 |
---|---|---|
committer | Yi Zhao <yi.zhao@windriver.com> | 2025-06-30 13:38:18 +0800 |
commit | 05178ce17879c04a6be6f173b86eb18f68a10414 (patch) | |
tree | 4f13ce4cad839642f1490524a7ff9afad126b0dc /recipes-security/selinux/policycoreutils_3.8.1.bb | |
parent | 9c43c41e99bf0f77bccdd819cb5822eda5fd3338 (diff) | |
download | meta-selinux-master.tar.gz |
Remove or update S definitions as required to work with oe-core
S/UNPACKDIR changes. A default definition of S has been added to
selinux_common.inc to avoid duplication in the set of recipes that
use it to build packages from different subdirectories of the selinux
repo. The three packagegroups test build successfully with these
changes.
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Diffstat (limited to 'recipes-security/selinux/policycoreutils_3.8.1.bb')
-rw-r--r-- | recipes-security/selinux/policycoreutils_3.8.1.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes-security/selinux/policycoreutils_3.8.1.bb b/recipes-security/selinux/policycoreutils_3.8.1.bb index 9e59c4b..5a67c3b 100644 --- a/recipes-security/selinux/policycoreutils_3.8.1.bb +++ b/recipes-security/selinux/policycoreutils_3.8.1.bb | |||
@@ -21,8 +21,6 @@ PAM_SRC_URI = "file://pam.d/newrole \ | |||
21 | DEPENDS = "libsepol libselinux libsemanage gettext-native" | 21 | DEPENDS = "libsepol libselinux libsemanage gettext-native" |
22 | DEPENDS:append:class-target = " libcap-ng" | 22 | DEPENDS:append:class-target = " libcap-ng" |
23 | 23 | ||
24 | S = "${WORKDIR}/git/policycoreutils" | ||
25 | |||
26 | inherit selinux python3native | 24 | inherit selinux python3native |
27 | 25 | ||
28 | RDEPENDS:${PN}-fixfiles = "\ | 26 | RDEPENDS:${PN}-fixfiles = "\ |