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-bsp/usbutils/usbutils_007.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-bsp/usbutils') diff --git a/meta/recipes-bsp/usbutils/usbutils_007.bb b/meta/recipes-bsp/usbutils/usbutils_007.bb index a65672ef40..b93b2bd9e5 100644 --- a/meta/recipes-bsp/usbutils/usbutils_007.bb +++ b/meta/recipes-bsp/usbutils/usbutils_007.bb @@ -17,7 +17,7 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/utils/usb/usbutils/usbutils-${PV}.tar.gz \ SRC_URI[md5sum] = "be6c42294be5c940f208190d3479d50c" SRC_URI[sha256sum] = "e65c234cadf7c81b6b1567c440e3b9b31b44f51c27df3e45741b88848d8b37d3" -inherit autotools gettext +inherit autotools gettext pkgconfig do_install_append() { # We only need the compressed copy, remove the uncompressed version -- cgit 1.2.3-korg