summaryrefslogtreecommitdiffstats
path: root/recipes-mac
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-mac')
-rw-r--r--recipes-mac/AppArmor/apparmor_3.0.bb3
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
178PACKAGES += "mod-${PN}" 178PACKAGES += "mod-${PN}"
179 179
180FILES_${PN} += "/lib/apparmor/ /lib/security/ ${sysconfdir}/apparmor ${PYTHON_SITEPACKAGES_DIR}" 180FILES_${PN} += "/lib/apparmor/ /lib/security/ ${sysconfdir}/apparmor ${nonarch_libdir}/${PYTHON_DIR}/site-packages"
181FILES_mod-${PN} = "${libdir}/apache2/modules/*" 181FILES_mod-${PN} = "${libdir}/apache2/modules/*"
182FILES_${PN}-dbg += "/lib/security/"
182 183
183DEPENDS_append_libc-musl = " fts " 184DEPENDS_append_libc-musl = " fts "
184RDEPENDS_${PN}_libc-musl += "musl-utils" 185RDEPENDS_${PN}_libc-musl += "musl-utils"