apache2: add all extra/*.conf to conffiles

Signed-off-by: Alejandro del Castillo <alejandro.delcastillo@ni.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Alejandro del Castillo 2019-05-22 11:51:26 -05:00 committed by Khem Raj
parent 10c7107c88
commit 2e59ec2d28

View File

@ -181,7 +181,8 @@ PACKAGES = "${PN}-scripts ${PN}-doc ${PN}-dev ${PN}-dbg ${PN}"
CONFFILES_${PN} = "${sysconfdir}/${BPN}/httpd.conf \
${sysconfdir}/${BPN}/magic \
${sysconfdir}/${BPN}/mime.types"
${sysconfdir}/${BPN}/mime.types \
${sysconfdir}/${BPN}/extra/*"
# We override here rather than append so that .so links are
# included in the runtime package rather than here (-dev)