diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-21 10:58:08 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-06-21 13:06:13 +0200 |
commit | 36d57b9234c8d940205cf83e541302ef60b755c9 (patch) | |
tree | 111b53cf879e62ba22bbdb892b0589023c91f2d8 /meta-webserver | |
parent | 0ee108356873f69229642d0c6f025f3328c5ff2f (diff) | |
download | ast2050-yocto-openembedded-36d57b9234c8d940205cf83e541302ef60b755c9.zip ast2050-yocto-openembedded-36d57b9234c8d940205cf83e541302ef60b755c9.tar.gz |
recipes: add missing pkgconfig class inherits
* These recipes all use pkg-config in some way but were missing
dependencies on the tool, this patch adds them.
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_2.4.9.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-webserver/recipes-httpd/apache2/apache2_2.4.9.bb b/meta-webserver/recipes-httpd/apache2/apache2_2.4.9.bb index 4788110..fd8ed92 100644 --- a/meta-webserver/recipes-httpd/apache2/apache2_2.4.9.bb +++ b/meta-webserver/recipes-httpd/apache2/apache2_2.4.9.bb @@ -26,7 +26,7 @@ SRC_URI[sha256sum] = "f78cc90dfa47caf3d83ad18fd6b4e85f237777c1733fc9088594b70ce2 S = "${WORKDIR}/httpd-${PV}" -inherit autotools update-rc.d +inherit autotools update-rc.d pkgconfig SSTATE_SCAN_FILES += "apxs config_vars.mk config.nice" |