aboutsummaryrefslogtreecommitdiffstats
path: root/meta-webserver/recipes-httpd/apache2
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2015-07-03 14:05:39 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2015-07-16 21:09:08 +0200
commit1a3d7ed7ef47da2ce676243d18d2efb493cea1d0 (patch)
tree4b3abcb77688f70e758320bac4bb73d50f287383 /meta-webserver/recipes-httpd/apache2
parent85a3207b4df85edfd1d7e262a422f0d55d2d2def (diff)
downloadmeta-openembedded-contrib-1a3d7ed7ef47da2ce676243d18d2efb493cea1d0.tar.gz
apache2: fix build warning.
WARNING: QA Issue: /usr/bin/apxs_apache2-dev contained in package apache2-dev requires /usr/bin/perl, but no providers found in its RDEPENDS [file-rdeps] Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-webserver/recipes-httpd/apache2')
-rw-r--r--meta-webserver/recipes-httpd/apache2/apache2_2.4.12.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-webserver/recipes-httpd/apache2/apache2_2.4.12.bb b/meta-webserver/recipes-httpd/apache2/apache2_2.4.12.bb
index 0712b4a93d..7306e88269 100644
--- a/meta-webserver/recipes-httpd/apache2/apache2_2.4.12.bb
+++ b/meta-webserver/recipes-httpd/apache2/apache2_2.4.12.bb
@@ -162,3 +162,4 @@ FILES_${PN}-dbg += "${libdir}/${BPN}/modules/.debug"
RDEPENDS_${PN} += "openssl libgcc"
RDEPENDS_${PN}-scripts += "perl ${PN}"
+RDEPENDS_${PN}-dev = "perl"