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.sla...@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 -- _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto