summaryrefslogtreecommitdiffstats
path: root/recipes-security/selinux/selinux-dbus_3.8.1.bb
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2025-06-27 11:09:15 -0400
committerYi Zhao <yi.zhao@windriver.com>2025-06-30 13:38:18 +0800
commit05178ce17879c04a6be6f173b86eb18f68a10414 (patch)
tree4f13ce4cad839642f1490524a7ff9afad126b0dc /recipes-security/selinux/selinux-dbus_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. 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/selinux-dbus_3.8.1.bb')
-rw-r--r--recipes-security/selinux/selinux-dbus_3.8.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-security/selinux/selinux-dbus_3.8.1.bb b/recipes-security/selinux/selinux-dbus_3.8.1.bb
index b1198af..972f36a 100644
--- a/recipes-security/selinux/selinux-dbus_3.8.1.bb
+++ b/recipes-security/selinux/selinux-dbus_3.8.1.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=393a5ca445f6965873eca0259a17f833"
7 7
8require selinux_common.inc 8require selinux_common.inc
9 9
10S = "${WORKDIR}/git/dbus" 10S = "${UNPACKDIR}/${BP}/dbus"
11 11
12RDEPENDS:${PN} = "python3-core selinux-python-sepolicy" 12RDEPENDS:${PN} = "python3-core selinux-python-sepolicy"
13 13