mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-31 01:10:08 +00:00
apache2: reorganise packaging definitions
Move RDEPENDS to the end and PACKAGES before other packaging definitions. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
This commit is contained in:
@@ -3,7 +3,6 @@ extensible web server."
|
|||||||
SUMMARY = "Apache HTTP Server"
|
SUMMARY = "Apache HTTP Server"
|
||||||
HOMEPAGE = "http://httpd.apache.org/"
|
HOMEPAGE = "http://httpd.apache.org/"
|
||||||
DEPENDS = "libtool-native apache2-native openssl expat pcre apr apr-util"
|
DEPENDS = "libtool-native apache2-native openssl expat pcre apr apr-util"
|
||||||
RDEPENDS_${PN} += "openssl libgcc"
|
|
||||||
SECTION = "net"
|
SECTION = "net"
|
||||||
LICENSE = "Apache-2.0"
|
LICENSE = "Apache-2.0"
|
||||||
PR = "r2"
|
PR = "r2"
|
||||||
@@ -103,13 +102,13 @@ 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}"
|
||||||
|
|
||||||
CONFFILES_${PN} = "${sysconfdir}/${PN}/httpd.conf \
|
CONFFILES_${PN} = "${sysconfdir}/${PN}/httpd.conf \
|
||||||
${sysconfdir}/${PN}/magic \
|
${sysconfdir}/${PN}/magic \
|
||||||
${sysconfdir}/${PN}/mime.types \
|
${sysconfdir}/${PN}/mime.types \
|
||||||
${sysconfdir}/init.d/${PN} "
|
${sysconfdir}/init.d/${PN} "
|
||||||
|
|
||||||
PACKAGES = "${PN}-doc ${PN}-dev ${PN}-dbg ${PN}"
|
|
||||||
|
|
||||||
# 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 build, icons, error into the -dev package
|
# and to get build, icons, error into the -dev package
|
||||||
@@ -140,3 +139,5 @@ FILES_${PN} += "${libdir}/lib*.so ${libdir}/pkgconfig/*"
|
|||||||
|
|
||||||
FILES_${PN}-dbg += "${libdir}/${PN}/modules/.debug"
|
FILES_${PN}-dbg += "${libdir}/${PN}/modules/.debug"
|
||||||
|
|
||||||
|
RDEPENDS_${PN} += "openssl libgcc"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user