The functions script uses flags specific to GNU xargs. Add findutils to RDEPENDS. Fixes: /lib/apparmor/functions: line 92: echo: write error: Broken pipe
Signed-off-by: Anders Montonen <anders.monto...@iki.fi> --- recipes-security/AppArmor/apparmor_2.12.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-security/AppArmor/apparmor_2.12.bb b/recipes-security/AppArmor/apparmor_2.12.bb index ad7f94e..d2d83ca 100644 --- a/recipes-security/AppArmor/apparmor_2.12.bb +++ b/recipes-security/AppArmor/apparmor_2.12.bb @@ -177,7 +177,7 @@ FILES_mod-${PN} = "${libdir}/apache2/modules/*" ALLOW_EMPTY_${PN} = "1" -RDEPENDS_${PN} += "bash lsb" +RDEPENDS_${PN} += "bash lsb findutils" RDEPENDS_${PN} += "${@bb.utils.contains('PACKAGECONFIG','python','python3 python3-modules','', d)}" RDEPENDS_${PN}_remove += "${@bb.utils.contains('PACKAGECONFIG','perl','','perl', d)}" RDEPENDS_${PN}-ptest += "perl coreutils dbus-lib" -- 2.17.1 -- _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto