diff options
author | Alejandro del Castillo <alejandro.delcastillo@ni.com> | 2019-05-22 11:51:26 -0500 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-05-23 08:26:15 -0700 |
commit | 2e59ec2d28aac7384257033ea5ab68ded9d6423d (patch) | |
tree | ac45e855e3f946af07d112c1ca6a0589005f6d44 /meta-webserver | |
parent | 10c7107c88a3badbffd41ffc5aa2ec21900b68bb (diff) | |
download | meta-openembedded-2e59ec2d28aac7384257033ea5ab68ded9d6423d.tar.gz |
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>
Diffstat (limited to 'meta-webserver')
-rw-r--r-- | meta-webserver/recipes-httpd/apache2/apache2_2.4.39.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-webserver/recipes-httpd/apache2/apache2_2.4.39.bb b/meta-webserver/recipes-httpd/apache2/apache2_2.4.39.bb index 4cdf36ca5..da96086e4 100644 --- a/meta-webserver/recipes-httpd/apache2/apache2_2.4.39.bb +++ b/meta-webserver/recipes-httpd/apache2/apache2_2.4.39.bb | |||
@@ -181,7 +181,8 @@ PACKAGES = "${PN}-scripts ${PN}-doc ${PN}-dev ${PN}-dbg ${PN}" | |||
181 | 181 | ||
182 | CONFFILES_${PN} = "${sysconfdir}/${BPN}/httpd.conf \ | 182 | CONFFILES_${PN} = "${sysconfdir}/${BPN}/httpd.conf \ |
183 | ${sysconfdir}/${BPN}/magic \ | 183 | ${sysconfdir}/${BPN}/magic \ |
184 | ${sysconfdir}/${BPN}/mime.types" | 184 | ${sysconfdir}/${BPN}/mime.types \ |
185 | ${sysconfdir}/${BPN}/extra/*" | ||
185 | 186 | ||
186 | # We override here rather than append so that .so links are | 187 | # We override here rather than append so that .so links are |
187 | # included in the runtime package rather than here (-dev) | 188 | # included in the runtime package rather than here (-dev) |