diff options
author | Armin Kuster <akuster808@gmail.com> | 2021-05-11 21:49:50 +0000 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2021-05-16 13:23:55 -0700 |
commit | 44a345dbb16074980948d6db00c45db896781b0c (patch) | |
tree | e2c27fa72c6cbb3bf534b505e95feccbadac3285 | |
parent | 06101dd3da8b0425b76bbc157fa735322f68c033 (diff) | |
download | meta-security-44a345dbb16074980948d6db00c45db896781b0c.tar.gz |
Apparmor: fix multi config build issue.
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | recipes-mac/AppArmor/apparmor_3.0.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-mac/AppArmor/apparmor_3.0.bb b/recipes-mac/AppArmor/apparmor_3.0.bb index 015205d..d9c3e4d 100644 --- a/recipes-mac/AppArmor/apparmor_3.0.bb +++ b/recipes-mac/AppArmor/apparmor_3.0.bb | |||
@@ -177,8 +177,9 @@ SYSTEMD_AUTO_ENABLE ?= "enable" | |||
177 | 177 | ||
178 | PACKAGES += "mod-${PN}" | 178 | PACKAGES += "mod-${PN}" |
179 | 179 | ||
180 | FILES_${PN} += "/lib/apparmor/ /lib/security/ ${sysconfdir}/apparmor ${PYTHON_SITEPACKAGES_DIR}" | 180 | FILES_${PN} += "/lib/apparmor/ /lib/security/ ${sysconfdir}/apparmor ${nonarch_libdir}/${PYTHON_DIR}/site-packages" |
181 | FILES_mod-${PN} = "${libdir}/apache2/modules/*" | 181 | FILES_mod-${PN} = "${libdir}/apache2/modules/*" |
182 | FILES_${PN}-dbg += "/lib/security/" | ||
182 | 183 | ||
183 | DEPENDS_append_libc-musl = " fts " | 184 | DEPENDS_append_libc-musl = " fts " |
184 | RDEPENDS_${PN}_libc-musl += "musl-utils" | 185 | RDEPENDS_${PN}_libc-musl += "musl-utils" |