summaryrefslogtreecommitdiffstats
path: root/meta-webserver/recipes-httpd/apache2/apache2_2.4.39.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-webserver/recipes-httpd/apache2/apache2_2.4.39.bb')
-rw-r--r--meta-webserver/recipes-httpd/apache2/apache2_2.4.39.bb9
1 files changed, 7 insertions, 2 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 c6961ef9b..2bd21f7d1 100644
--- a/meta-webserver/recipes-httpd/apache2/apache2_2.4.39.bb
+++ b/meta-webserver/recipes-httpd/apache2/apache2_2.4.39.bb
@@ -184,12 +184,17 @@ CONFFILES_${PN} = "${sysconfdir}/${BPN}/httpd.conf \
184 184
185# We override here rather than append so that .so links are 185# We override here rather than append so that .so links are
186# included in the runtime package rather than here (-dev) 186# included in the runtime package rather than here (-dev)
187# and to get icons, error into the -dev package 187# and to get build, icons, error into the -dev package
188FILES_${PN}-dev = "${datadir}/${BPN}/icons \ 188FILES_${PN}-dev = "${datadir}/${BPN}/build \
189 ${datadir}/${BPN}/icons \
189 ${datadir}/${BPN}/error \ 190 ${datadir}/${BPN}/error \
190 ${includedir}/${BPN} \ 191 ${includedir}/${BPN} \
192 ${bindir}/apxs \
191 " 193 "
192 194
195# Add the manual to -doc
196FILES_${PN}-doc += " ${datadir}/${BPN}/manual"
197
193FILES_${PN}-scripts += "${bindir}/dbmmanage" 198FILES_${PN}-scripts += "${bindir}/dbmmanage"
194 199
195# Override this too - here is the default, less datadir 200# Override this too - here is the default, less datadir