From 1a3d7ed7ef47da2ce676243d18d2efb493cea1d0 Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Fri, 3 Jul 2015 14:05:39 -0700 Subject: 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 Signed-off-by: Martin Jansa --- meta-webserver/recipes-httpd/apache2/apache2_2.4.12.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-webserver') 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" -- cgit 1.2.3-korg