[yocto] [meta-security][PATCH 09/10] bastile: fix QA issue

Armin Kuster akuster808 at gmail.com
Sun Oct 1 09:43:39 PDT 2017


WARNING: bastille-3.2.1-r0 do_package_qa: QA Issue: Symlink /usr/sbin/UndoBastille in bastille points to TMPDIR [symlink-to-sysroot]

Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 recipes-security/bastille/bastille_3.2.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-security/bastille/bastille_3.2.1.bb b/recipes-security/bastille/bastille_3.2.1.bb
index 969ce30..eee1a38 100644
--- a/recipes-security/bastille/bastille_3.2.1.bb
+++ b/recipes-security/bastille/bastille_3.2.1.bb
@@ -151,7 +151,7 @@ do_install () {
 
 	${THISDIR}/files/set_required_questions.py ${D}${sysconfdir}/Bastille/config ${D}${datadir}/Bastille/Questions
 
-	ln -s ${D}${sbindir}/RevertBastille ${D}${sbindir}/UndoBastille
+	ln -s RevertBastille ${D}${sbindir}/UndoBastille
 }
 
 FILES_${PN} += "${datadir}/Bastille ${libdir}/Bastille ${libdir}/perl* ${sysconfdir}/*"
-- 
2.7.4




More information about the yocto mailing list