mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-01 01:30:23 +00:00
apache2: split apache2-scripts subpkg
Split apache2-scripts subpkg to put the perl script dbmmanage, so that apache2 doesn't have to RDEPEND on perl. Add another perl script apxs to apache2-dev pkg as Olof Johansson suggested. Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
This commit is contained in:
committed by
Martin Jansa
parent
054cef3654
commit
df56eb3485
@@ -112,7 +112,7 @@ INITSCRIPT_NAME = "apache2"
|
|||||||
INITSCRIPT_PARAMS = "defaults 91 20"
|
INITSCRIPT_PARAMS = "defaults 91 20"
|
||||||
LEAD_SONAME = "libapr-1.so.0"
|
LEAD_SONAME = "libapr-1.so.0"
|
||||||
|
|
||||||
PACKAGES = "${PN}-doc ${PN}-dev ${PN}-dbg ${PN}"
|
PACKAGES = "${PN}-scripts ${PN}-doc ${PN}-dev ${PN}-dbg ${PN}"
|
||||||
|
|
||||||
CONFFILES_${PN} = "${sysconfdir}/${BPN}/httpd.conf \
|
CONFFILES_${PN} = "${sysconfdir}/${BPN}/httpd.conf \
|
||||||
${sysconfdir}/${BPN}/magic \
|
${sysconfdir}/${BPN}/magic \
|
||||||
@@ -129,11 +129,16 @@ FILES_${PN}-dev = "${datadir}/${BPN}/build \
|
|||||||
${libdir}/apr*.exp \
|
${libdir}/apr*.exp \
|
||||||
${includedir}/${BPN} \
|
${includedir}/${BPN} \
|
||||||
${libdir}/*.la \
|
${libdir}/*.la \
|
||||||
${libdir}/*.a"
|
${libdir}/*.a \
|
||||||
|
${bindir}/apxs \
|
||||||
|
"
|
||||||
|
|
||||||
|
|
||||||
# manual to manual
|
# manual to manual
|
||||||
FILES_${PN}-doc += " ${datadir}/${BPN}/manual"
|
FILES_${PN}-doc += " ${datadir}/${BPN}/manual"
|
||||||
|
|
||||||
|
FILES_${PN}-scripts += "${bindir}/dbmmanage"
|
||||||
|
|
||||||
#
|
#
|
||||||
# override this too - here is the default, less datadir
|
# override this too - here is the default, less datadir
|
||||||
#
|
#
|
||||||
@@ -150,3 +155,4 @@ FILES_${PN} += "${libdir}/lib*.so ${libdir}/pkgconfig/*"
|
|||||||
FILES_${PN}-dbg += "${libdir}/${BPN}/modules/.debug"
|
FILES_${PN}-dbg += "${libdir}/${BPN}/modules/.debug"
|
||||||
|
|
||||||
RDEPENDS_${PN} += "openssl libgcc"
|
RDEPENDS_${PN} += "openssl libgcc"
|
||||||
|
RDEPENDS_${PN}-scripts += "perl ${PN}"
|
||||||
|
|||||||
Reference in New Issue
Block a user