diff options
-rw-r--r-- | meta-webserver/recipes-httpd/apache2/apache2_2.4.39.bb | 9 |
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 c6961ef9b8..2bd21f7d14 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 |
188 | FILES_${PN}-dev = "${datadir}/${BPN}/icons \ | 188 | FILES_${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 | ||
196 | FILES_${PN}-doc += " ${datadir}/${BPN}/manual" | ||
197 | |||
193 | FILES_${PN}-scripts += "${bindir}/dbmmanage" | 198 | FILES_${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 |