diff options
| author | Armin Kuster <akuster808@gmail.com> | 2022-06-20 21:14:30 -0700 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2022-06-23 18:47:59 -0700 |
| commit | a68a46ded922b3c171dd1d1702663e2befc11e6e (patch) | |
| tree | f0ce397e45daf903c57591dccc1fa2cd82d54685 | |
| parent | fdff18d9da93f826d29df99bf568784e6170ba07 (diff) | |
| download | meta-security-a68a46ded922b3c171dd1d1702663e2befc11e6e.tar.gz | |
packagegroup-core-security: skip mips firejail
Signed-off-by: Armin Kuster <akuster808@gmail.com>
| -rw-r--r-- | recipes-core/packagegroup/packagegroup-core-security.bb | 2 | ||||
| -rw-r--r-- | recipes-security/Firejail/firejail_0.9.70.bb | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/recipes-core/packagegroup/packagegroup-core-security.bb b/recipes-core/packagegroup/packagegroup-core-security.bb index ef65428..05951da 100644 --- a/recipes-core/packagegroup/packagegroup-core-security.bb +++ b/recipes-core/packagegroup/packagegroup-core-security.bb | |||
| @@ -41,6 +41,8 @@ RDEPENDS:packagegroup-security-utils = "\ | |||
| 41 | ${@bb.utils.contains("DISTRO_FEATURES", "pax", "pax-utils packctl", "",d)} \ | 41 | ${@bb.utils.contains("DISTRO_FEATURES", "pax", "pax-utils packctl", "",d)} \ |
| 42 | " | 42 | " |
| 43 | 43 | ||
| 44 | RDEPENDS:packagegroup-security-utils:remove:mipsarch = "firejail" | ||
| 45 | |||
| 44 | SUMMARY:packagegroup-security-scanners = "Security scanners" | 46 | SUMMARY:packagegroup-security-scanners = "Security scanners" |
| 45 | RDEPENDS:packagegroup-security-scanners = "\ | 47 | RDEPENDS:packagegroup-security-scanners = "\ |
| 46 | ${@bb.utils.contains_any("TUNE_FEATURES", "riscv32 riscv64", "", " arpwatch",d)} \ | 48 | ${@bb.utils.contains_any("TUNE_FEATURES", "riscv32 riscv64", "", " arpwatch",d)} \ |
diff --git a/recipes-security/Firejail/firejail_0.9.70.bb b/recipes-security/Firejail/firejail_0.9.70.bb index fc9066b..35f7b07 100644 --- a/recipes-security/Firejail/firejail_0.9.70.bb +++ b/recipes-security/Firejail/firejail_0.9.70.bb | |||
| @@ -58,4 +58,6 @@ pkg_postinst_ontarget:${PN} () { | |||
| 58 | ${libdir}/${BPN}/fseccomp memory-deny-write-execute ${libdir}/${BPN}/seccomp.mdwx | 58 | ${libdir}/${BPN}/fseccomp memory-deny-write-execute ${libdir}/${BPN}/seccomp.mdwx |
| 59 | } | 59 | } |
| 60 | 60 | ||
| 61 | COMPATIBLE_MACHINE:mips64 = "(!.*mips64).*" | ||
| 62 | |||
| 61 | RDEPENDS:${PN} = "bash" | 63 | RDEPENDS:${PN} = "bash" |
