From 2543b14dd0ca13005be0df027543431fc8e882ae Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 2 Jun 2014 21:04:59 +0100 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 --- meta/recipes-devtools/guile/guile_2.0.11.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-devtools/guile/guile_2.0.11.bb') diff --git a/meta/recipes-devtools/guile/guile_2.0.11.bb b/meta/recipes-devtools/guile/guile_2.0.11.bb index c597111826..d19460a20d 100644 --- a/meta/recipes-devtools/guile/guile_2.0.11.bb +++ b/meta/recipes-devtools/guile/guile_2.0.11.bb @@ -28,7 +28,7 @@ SRC_URI[md5sum] = "03f1bce1a4983076d955003472306a13" SRC_URI[sha256sum] = "aed0a4a6db4e310cbdfeb3613fa6f86fddc91ef624c1e3f8937a6304c69103e2" -inherit autotools gettext texinfo +inherit autotools gettext pkgconfig texinfo BBCLASSEXTEND = "native" DEPENDS = "libunistring bdwgc gmp libtool libffi" -- cgit 1.2.3-korg