mirror of
https://git.yoctoproject.org/meta-security
synced 2026-05-08 17:19:34 +00:00
bastille: solved the conflict with perl-module-text-wrap and base-files
-Remove the link to perl5 to resolve the conflict with perl-module-text-wrap. -Remove the operation on /var/lock to resolve the conflict with base-files. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
74dfe37b09
commit
7df33d377a
@@ -41,8 +41,7 @@ S = "${WORKDIR}/Bastille"
|
|||||||
|
|
||||||
do_install () {
|
do_install () {
|
||||||
install -d ${D}${sbindir}
|
install -d ${D}${sbindir}
|
||||||
install -d ${D}${libdir}/perl/site_perl/Curses
|
install -d ${D}${libdir}/perl5/site_perl/Curses
|
||||||
ln -sf perl ${D}/${libdir}/perl5
|
|
||||||
|
|
||||||
install -d ${D}${libdir}/Bastille
|
install -d ${D}${libdir}/Bastille
|
||||||
install -d ${D}${libdir}/Bastille/API
|
install -d ${D}${libdir}/Bastille/API
|
||||||
@@ -51,7 +50,6 @@ do_install () {
|
|||||||
install -d ${D}${datadir}/Bastille/OSMap/Modules
|
install -d ${D}${datadir}/Bastille/OSMap/Modules
|
||||||
install -d ${D}${datadir}/Bastille/Questions
|
install -d ${D}${datadir}/Bastille/Questions
|
||||||
install -d ${D}${datadir}/Bastille/FKL/configs/
|
install -d ${D}${datadir}/Bastille/FKL/configs/
|
||||||
install -d ${D}${localstatedir}/lock/subsys/bastille
|
|
||||||
install -d ${D}${localstatedir}/log/Bastille
|
install -d ${D}${localstatedir}/log/Bastille
|
||||||
install -d ${D}${sysconfdir}/Bastille
|
install -d ${D}${sysconfdir}/Bastille
|
||||||
install -m 0755 AutomatedBastille ${D}${sbindir}
|
install -m 0755 AutomatedBastille ${D}${sbindir}
|
||||||
|
|||||||
Reference in New Issue
Block a user