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-graphics/directfb/directfb-examples_1.7.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-graphics/directfb') diff --git a/meta/recipes-graphics/directfb/directfb-examples_1.7.0.bb b/meta/recipes-graphics/directfb/directfb-examples_1.7.0.bb index 6b4c7562ff..6057596071 100644 --- a/meta/recipes-graphics/directfb/directfb-examples_1.7.0.bb +++ b/meta/recipes-graphics/directfb/directfb-examples_1.7.0.bb @@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=ecf6fd2b19915afc4da56043926ca18f" S = "${WORKDIR}/DirectFB-examples-${PV}" -inherit autotools +inherit autotools pkgconfig SRC_URI[md5sum] = "8b60c867af295481c32a8c7fc5802307" SRC_URI[sha256sum] = "9a2104cc4da8123c8371813551b66b943198979f745cbebc034bb5e10844122a" -- cgit 1.2.3-korg