From 36d57b9234c8d940205cf83e541302ef60b755c9 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sat, 21 Jun 2014 10:58:08 +0200 Subject: 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 Signed-off-by: Martin Jansa --- meta-networking/recipes-filter/conntrack-tools/conntrack-tools_1.4.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-networking/recipes-filter/conntrack-tools') diff --git a/meta-networking/recipes-filter/conntrack-tools/conntrack-tools_1.4.0.bb b/meta-networking/recipes-filter/conntrack-tools/conntrack-tools_1.4.0.bb index 49ef0732c6..0cc1398408 100644 --- a/meta-networking/recipes-filter/conntrack-tools/conntrack-tools_1.4.0.bb +++ b/meta-networking/recipes-filter/conntrack-tools/conntrack-tools_1.4.0.bb @@ -13,7 +13,7 @@ SRC_URI = " \ SRC_URI[tar.md5sum] = "ee737c774e01349f75e935228a2d851b" SRC_URI[tar.sha256sum] = "036b032a5c4d180aad686df21399d74506b9b3d3000794eb13ac313482e24896" -inherit autotools-brokensep update-rc.d +inherit autotools-brokensep update-rc.d pkgconfig INITSCRIPT_NAME = "conntrackd" -- cgit 1.2.3-korg