[yocto] [meta-selinux][PATCH 1/1] mcstrans: specify SBINDIR
Joe Slater
joe.slater at windriver.com
Tue Aug 20 10:38:28 PDT 2019
We need SBINDIR to be compatible with the usrmerge distro feature.
The update to version 2.8 (commit c55c0aca...) removed the definition,
perhaps because the "${D}/" prefix broke the build.
Signed-off-by: Joe Slater <joe.slater at windriver.com>
---
recipes-security/selinux/mcstrans.inc | 3 +++
1 file changed, 3 insertions(+)
diff --git a/recipes-security/selinux/mcstrans.inc b/recipes-security/selinux/mcstrans.inc
index 2568c8d..e66633d 100644
--- a/recipes-security/selinux/mcstrans.inc
+++ b/recipes-security/selinux/mcstrans.inc
@@ -14,6 +14,9 @@ inherit systemd update-rc.d
DEPENDS += "libsepol libselinux libcap"
+# We do not need "${D}/" as a prefix anymore.
+EXTRA_OEMAKE += "SBINDIR=${base_sbindir}"
+
do_install_append() {
install -d ${D}${sbindir}
install -m 755 utils/untranscon ${D}${sbindir}/
--
2.7.4
More information about the yocto
mailing list