diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-23 20:58:21 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-15 14:53:55 +0200 |
commit | d04099e94be6611ac1aca1cbeee14c4546a920bb (patch) | |
tree | 957aa43122d51438e1211f41c52ea9b81793bc0d /meta-webserver | |
parent | 4bcd1d6b962212871d5ec8716848d5331e3641f6 (diff) | |
download | meta-openembedded-d04099e94be6611ac1aca1cbeee14c4546a920bb.tar.gz |
recipes: Add missing pkgconfig dependencies
These recipes were all missing pkgconfig dependencies.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-webserver')
-rw-r--r-- | meta-webserver/recipes-httpd/apache2/apache2-native_2.4.9.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 e50f2b818..107480e96 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" | |||
6 | SECTION = "net" | 6 | SECTION = "net" |
7 | LICENSE = "Apache-2.0" | 7 | LICENSE = "Apache-2.0" |
8 | 8 | ||
9 | inherit autotools native | 9 | inherit autotools pkgconfig native |
10 | 10 | ||
11 | SRC_URI = "http://www.apache.org/dist/httpd/httpd-${PV}.tar.bz2 \ | 11 | SRC_URI = "http://www.apache.org/dist/httpd/httpd-${PV}.tar.bz2 \ |
12 | file://0001-configure-use-pkg-config-for-PCRE-detection.patch \ | 12 | file://0001-configure-use-pkg-config-for-PCRE-detection.patch \ |