apache2: Correct packaging of build and doc related files

The build related files (${datadir}/${BPN}/build and ${bindir}/apxs)
belong in the -dev package, and the manual belong in the -doc package.

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Peter Kjellerstedt 2019-04-20 01:56:02 +02:00 committed by Khem Raj
parent 90558c5316
commit e7f13b68fe

View File

@ -184,12 +184,17 @@ CONFFILES_${PN} = "${sysconfdir}/${BPN}/httpd.conf \
# We override here rather than append so that .so links are
# included in the runtime package rather than here (-dev)
# and to get icons, error into the -dev package
FILES_${PN}-dev = "${datadir}/${BPN}/icons \
# and to get build, icons, error into the -dev package
FILES_${PN}-dev = "${datadir}/${BPN}/build \
${datadir}/${BPN}/icons \
${datadir}/${BPN}/error \
${includedir}/${BPN} \
${bindir}/apxs \
"
# Add the manual to -doc
FILES_${PN}-doc += " ${datadir}/${BPN}/manual"
FILES_${PN}-scripts += "${bindir}/dbmmanage"
# Override this too - here is the default, less datadir