mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00
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:
parent
90558c5316
commit
e7f13b68fe
|
@ -184,12 +184,17 @@ CONFFILES_${PN} = "${sysconfdir}/${BPN}/httpd.conf \
|
||||||
|
|
||||||
# We override here rather than append so that .so links are
|
# We override here rather than append so that .so links are
|
||||||
# included in the runtime package rather than here (-dev)
|
# included in the runtime package rather than here (-dev)
|
||||||
# and to get icons, error into the -dev package
|
# and to get build, icons, error into the -dev package
|
||||||
FILES_${PN}-dev = "${datadir}/${BPN}/icons \
|
FILES_${PN}-dev = "${datadir}/${BPN}/build \
|
||||||
|
${datadir}/${BPN}/icons \
|
||||||
${datadir}/${BPN}/error \
|
${datadir}/${BPN}/error \
|
||||||
${includedir}/${BPN} \
|
${includedir}/${BPN} \
|
||||||
|
${bindir}/apxs \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
# Add the manual to -doc
|
||||||
|
FILES_${PN}-doc += " ${datadir}/${BPN}/manual"
|
||||||
|
|
||||||
FILES_${PN}-scripts += "${bindir}/dbmmanage"
|
FILES_${PN}-scripts += "${bindir}/dbmmanage"
|
||||||
|
|
||||||
# Override this too - here is the default, less datadir
|
# Override this too - here is the default, less datadir
|
||||||
|
|
Loading…
Reference in New Issue
Block a user