summaryrefslogtreecommitdiffstats
path: root/recipes-security/selinux/selinux-python_3.8.1.bb
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2025-06-25 16:10:34 -0400
committerYi Zhao <yi.zhao@windriver.com>2025-06-26 11:46:03 +0800
commitba0afe6bdd046abc638f8e5b8851cbeb6cef5725 (patch)
tree4f13ce4cad839642f1490524a7ff9afad126b0dc /recipes-security/selinux/selinux-python_3.8.1.bb
parent9c43c41e99bf0f77bccdd819cb5822eda5fd3338 (diff)
downloadmeta-selinux-master.tar.gz
Adapt to UNPACKDIR changesHEADmaster
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/selinux/selinux-python_3.8.1.bb')
-rw-r--r--recipes-security/selinux/selinux-python_3.8.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-security/selinux/selinux-python_3.8.1.bb b/recipes-security/selinux/selinux-python_3.8.1.bb
index e2dc932..5a4e2d6 100644
--- a/recipes-security/selinux/selinux-python_3.8.1.bb
+++ b/recipes-security/selinux/selinux-python_3.8.1.bb
@@ -14,7 +14,7 @@ SRC_URI += "file://fix-sepolicy-install-path.patch \
14 file://0001-sepolicy-set-conf.substitutions-releasever-to-empty-.patch \ 14 file://0001-sepolicy-set-conf.substitutions-releasever-to-empty-.patch \
15 " 15 "
16 16
17S = "${WORKDIR}/git/python" 17S = "${UNPACKDIR}/${BP}/python"
18 18
19DEPENDS = "libsepol libselinux gettext-native python3-setuptools-scm-native" 19DEPENDS = "libsepol libselinux gettext-native python3-setuptools-scm-native"
20 20