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-multimedia/v4l2apps/v4l-utils_1.0.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe/recipes-multimedia/v4l2apps') diff --git a/meta-oe/recipes-multimedia/v4l2apps/v4l-utils_1.0.1.bb b/meta-oe/recipes-multimedia/v4l2apps/v4l-utils_1.0.1.bb index 6c25c90683..abe9a648f9 100644 --- a/meta-oe/recipes-multimedia/v4l2apps/v4l-utils_1.0.1.bb +++ b/meta-oe/recipes-multimedia/v4l2apps/v4l-utils_1.0.1.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=48da9957849056017dc568bbc43d8975 \ DEPENDS = "jpeg virtual/libx11" -inherit autotools gettext +inherit autotools gettext pkgconfig # libv4l was absorbed into this, let OE know that PROVIDES = "libv4l" -- cgit 1.2.3-korg