diff options
author | Scott Murray <scott.murray@konsulko.com> | 2025-06-25 16:10:34 -0400 |
---|---|---|
committer | Yi Zhao <yi.zhao@windriver.com> | 2025-06-26 11:46:03 +0800 |
commit | ba0afe6bdd046abc638f8e5b8851cbeb6cef5725 (patch) | |
tree | 4f13ce4cad839642f1490524a7ff9afad126b0dc /recipes-security/refpolicy/refpolicy_common.inc | |
parent | 9c43c41e99bf0f77bccdd819cb5822eda5fd3338 (diff) | |
download | meta-selinux-master.tar.gz |
Remove or update S definitions as required to work with oe-core
S/UNPACKDIR changes. 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/refpolicy/refpolicy_common.inc')
-rw-r--r-- | recipes-security/refpolicy/refpolicy_common.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-security/refpolicy/refpolicy_common.inc b/recipes-security/refpolicy/refpolicy_common.inc index 0661e6c..736e67b 100644 --- a/recipes-security/refpolicy/refpolicy_common.inc +++ b/recipes-security/refpolicy/refpolicy_common.inc | |||
@@ -75,7 +75,7 @@ SRC_URI += " \ | |||
75 | file://0057-policy-modules-system-logging-make-syslogd_runtime_t.patch \ | 75 | file://0057-policy-modules-system-logging-make-syslogd_runtime_t.patch \ |
76 | " | 76 | " |
77 | 77 | ||
78 | S = "${WORKDIR}/refpolicy" | 78 | S = "${UNPACKDIR}/refpolicy" |
79 | 79 | ||
80 | CONFFILES:${PN} = "${sysconfdir}/selinux/config" | 80 | CONFFILES:${PN} = "${sysconfdir}/selinux/config" |
81 | FILES:${PN} += " \ | 81 | FILES:${PN} += " \ |