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-oe/recipes-sato/claws-mail/sylpheed_2.7.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe/recipes-sato') diff --git a/meta-oe/recipes-sato/claws-mail/sylpheed_2.7.1.bb b/meta-oe/recipes-sato/claws-mail/sylpheed_2.7.1.bb index a793fde306..214ca5826e 100644 --- a/meta-oe/recipes-sato/claws-mail/sylpheed_2.7.1.bb +++ b/meta-oe/recipes-sato/claws-mail/sylpheed_2.7.1.bb @@ -29,7 +29,7 @@ do_configure_prepend() { done } -inherit autotools +inherit autotools pkgconfig do_install_append() { install -d ${D}${datadir}/applications -- cgit 1.2.3-korg