From d04099e94be6611ac1aca1cbeee14c4546a920bb Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 23 Jun 2014 20:58:21 +0100 Subject: recipes: Add missing pkgconfig dependencies These recipes were all missing pkgconfig dependencies. Signed-off-by: Richard Purdie Signed-off-by: Martin Jansa --- meta-webserver/recipes-httpd/apache2/apache2-native_2.4.9.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-webserver/recipes-httpd') diff --git a/meta-webserver/recipes-httpd/apache2/apache2-native_2.4.9.bb b/meta-webserver/recipes-httpd/apache2/apache2-native_2.4.9.bb index e50f2b8186..107480e967 100644 --- a/meta-webserver/recipes-httpd/apache2/apache2-native_2.4.9.bb +++ b/meta-webserver/recipes-httpd/apache2/apache2-native_2.4.9.bb @@ -6,7 +6,7 @@ DEPENDS = "expat-native pcre-native apr-native apr-util-native" SECTION = "net" LICENSE = "Apache-2.0" -inherit autotools native +inherit autotools pkgconfig native SRC_URI = "http://www.apache.org/dist/httpd/httpd-${PV}.tar.bz2 \ file://0001-configure-use-pkg-config-for-PCRE-detection.patch \ -- cgit 1.2.3-korg