diff options
Diffstat (limited to 'meta-webserver/recipes-httpd/apache2/apache2_2.4.10.bb')
-rw-r--r-- | meta-webserver/recipes-httpd/apache2/apache2_2.4.10.bb | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/meta-webserver/recipes-httpd/apache2/apache2_2.4.10.bb b/meta-webserver/recipes-httpd/apache2/apache2_2.4.10.bb index 035602934b..573cd6fb00 100644 --- a/meta-webserver/recipes-httpd/apache2/apache2_2.4.10.bb +++ b/meta-webserver/recipes-httpd/apache2/apache2_2.4.10.bb | |||
@@ -112,7 +112,7 @@ INITSCRIPT_NAME = "apache2" | |||
112 | INITSCRIPT_PARAMS = "defaults 91 20" | 112 | INITSCRIPT_PARAMS = "defaults 91 20" |
113 | LEAD_SONAME = "libapr-1.so.0" | 113 | LEAD_SONAME = "libapr-1.so.0" |
114 | 114 | ||
115 | PACKAGES = "${PN}-doc ${PN}-dev ${PN}-dbg ${PN}" | 115 | PACKAGES = "${PN}-scripts ${PN}-doc ${PN}-dev ${PN}-dbg ${PN}" |
116 | 116 | ||
117 | CONFFILES_${PN} = "${sysconfdir}/${BPN}/httpd.conf \ | 117 | CONFFILES_${PN} = "${sysconfdir}/${BPN}/httpd.conf \ |
118 | ${sysconfdir}/${BPN}/magic \ | 118 | ${sysconfdir}/${BPN}/magic \ |
@@ -129,11 +129,16 @@ FILES_${PN}-dev = "${datadir}/${BPN}/build \ | |||
129 | ${libdir}/apr*.exp \ | 129 | ${libdir}/apr*.exp \ |
130 | ${includedir}/${BPN} \ | 130 | ${includedir}/${BPN} \ |
131 | ${libdir}/*.la \ | 131 | ${libdir}/*.la \ |
132 | ${libdir}/*.a" | 132 | ${libdir}/*.a \ |
133 | ${bindir}/apxs \ | ||
134 | " | ||
135 | |||
133 | 136 | ||
134 | # manual to manual | 137 | # manual to manual |
135 | FILES_${PN}-doc += " ${datadir}/${BPN}/manual" | 138 | FILES_${PN}-doc += " ${datadir}/${BPN}/manual" |
136 | 139 | ||
140 | FILES_${PN}-scripts += "${bindir}/dbmmanage" | ||
141 | |||
137 | # | 142 | # |
138 | # override this too - here is the default, less datadir | 143 | # override this too - here is the default, less datadir |
139 | # | 144 | # |
@@ -150,3 +155,4 @@ FILES_${PN} += "${libdir}/lib*.so ${libdir}/pkgconfig/*" | |||
150 | FILES_${PN}-dbg += "${libdir}/${BPN}/modules/.debug" | 155 | FILES_${PN}-dbg += "${libdir}/${BPN}/modules/.debug" |
151 | 156 | ||
152 | RDEPENDS_${PN} += "openssl libgcc" | 157 | RDEPENDS_${PN} += "openssl libgcc" |
158 | RDEPENDS_${PN}-scripts += "perl ${PN}" | ||