[oe-commits] Armin Kuster : apache2: fix build warning.

git at git.openembedded.org git at git.openembedded.org
Wed Jul 8 10:45:32 UTC 2015


Module: meta-openembedded.git
Branch: master-next
Commit: e5b0915e3d07d76517ce2bc00a7620b084d59bd7
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=e5b0915e3d07d76517ce2bc00a7620b084d59bd7

Author: Armin Kuster <akuster808 at gmail.com>
Date:   Fri Jul  3 14:05:39 2015 -0700

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 at gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-webserver/recipes-httpd/apache2/apache2_2.4.12.bb | 1 +
 1 file changed, 1 insertion(+)

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 0712b4a..7306e88 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"



More information about the Openembedded-commits mailing list