diff options
| author | Mikko Rapeli <mikko.rapeli@linaro.org> | 2024-07-25 12:01:15 +0300 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2024-07-29 20:07:01 -0400 |
| commit | f261a2b95a05a5d63a78626a081d635cb44006be (patch) | |
| tree | d625a1d9e085633a62d084f2f8fc1ab0403ad523 | |
| parent | 58daab21b74e118ed42dd9bc961777e64bd466b3 (diff) | |
| download | meta-security-f261a2b95a05a5d63a78626a081d635cb44006be.tar.gz | |
bastille: UNPACKDIR fixes
New poky version uses UNPACKDIR instead of WORKDIR
Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
| -rw-r--r-- | dynamic-layers/meta-perl/recipes-security/bastille/bastille_3.2.1.bb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/dynamic-layers/meta-perl/recipes-security/bastille/bastille_3.2.1.bb b/dynamic-layers/meta-perl/recipes-security/bastille/bastille_3.2.1.bb index f2ef335..7074f68 100644 --- a/dynamic-layers/meta-perl/recipes-security/bastille/bastille_3.2.1.bb +++ b/dynamic-layers/meta-perl/recipes-security/bastille/bastille_3.2.1.bb | |||
| @@ -83,11 +83,11 @@ do_install () { | |||
| 83 | install -m 0644 Bastille/AccountSecurity.pm ${D}${libdir}/Bastille | 83 | install -m 0644 Bastille/AccountSecurity.pm ${D}${libdir}/Bastille |
| 84 | install -m 0644 Bastille/Apache.pm ${D}${libdir}/Bastille | 84 | install -m 0644 Bastille/Apache.pm ${D}${libdir}/Bastille |
| 85 | install -m 0644 Bastille/API.pm ${D}${libdir}/Bastille | 85 | install -m 0644 Bastille/API.pm ${D}${libdir}/Bastille |
| 86 | install -m 0644 ${WORKDIR}/AccountPermission.pm ${D}${libdir}/Bastille/API | 86 | install -m 0644 ${UNPACKDIR}/AccountPermission.pm ${D}${libdir}/Bastille/API |
| 87 | install -m 0644 ${WORKDIR}/FileContent.pm ${D}${libdir}/Bastille/API | 87 | install -m 0644 ${UNPACKDIR}/FileContent.pm ${D}${libdir}/Bastille/API |
| 88 | install -m 0644 ${WORKDIR}/HPSpecific.pm ${D}${libdir}/Bastille/API | 88 | install -m 0644 ${UNPACKDIR}/HPSpecific.pm ${D}${libdir}/Bastille/API |
| 89 | install -m 0644 ${WORKDIR}/ServiceAdmin.pm ${D}${libdir}/Bastille/API | 89 | install -m 0644 ${UNPACKDIR}/ServiceAdmin.pm ${D}${libdir}/Bastille/API |
| 90 | install -m 0644 ${WORKDIR}/Miscellaneous.pm ${D}${libdir}/Bastille/API | 90 | install -m 0644 ${UNPACKDIR}/Miscellaneous.pm ${D}${libdir}/Bastille/API |
| 91 | install -m 0644 Bastille/BootSecurity.pm ${D}${libdir}/Bastille | 91 | install -m 0644 Bastille/BootSecurity.pm ${D}${libdir}/Bastille |
| 92 | install -m 0644 Bastille/ConfigureMiscPAM.pm ${D}${libdir}/Bastille | 92 | install -m 0644 Bastille/ConfigureMiscPAM.pm ${D}${libdir}/Bastille |
| 93 | install -m 0644 Bastille/DisableUserTools.pm ${D}${libdir}/Bastille | 93 | install -m 0644 Bastille/DisableUserTools.pm ${D}${libdir}/Bastille |
| @@ -138,7 +138,7 @@ do_install () { | |||
| 138 | install -m 0644 OSMap/OSX.bastille ${D}${datadir}/Bastille/OSMap | 138 | install -m 0644 OSMap/OSX.bastille ${D}${datadir}/Bastille/OSMap |
| 139 | install -m 0644 OSMap/OSX.system ${D}${datadir}/Bastille/OSMap | 139 | install -m 0644 OSMap/OSX.system ${D}${datadir}/Bastille/OSMap |
| 140 | 140 | ||
| 141 | install -m 0644 ${WORKDIR}/config ${D}${sysconfdir}/Bastille/config | 141 | install -m 0644 ${UNPACKDIR}/config ${D}${sysconfdir}/Bastille/config |
| 142 | 142 | ||
| 143 | for file in `cat Modules.txt` ; do | 143 | for file in `cat Modules.txt` ; do |
| 144 | install -m 0644 Questions/$file.txt ${D}${datadir}/Bastille/Questions | 144 | install -m 0644 Questions/$file.txt ${D}${datadir}/Bastille/Questions |
