From: Richard Purdie Date: Tue, 13 Sep 2016 13:56:48 +0000 (+0100) Subject: eudev: Add missing pkgconfig dependencies X-Git-Tag: uninative-1.4~120 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=6b527bbfea5088c20da98cd72abe5caa4b399787;p=openembedded-core.git eudev: Add missing pkgconfig dependencies Building eudev from scratch in an sstate build results in configure errors since the pkg-config macros can't be found. Add in a missing pkg-config dependency using the appropriate class to avoid such failures. Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/udev/eudev_3.2.bb b/meta/recipes-core/udev/eudev_3.2.bb index 6270617bda..8e229fc704 100644 --- a/meta/recipes-core/udev/eudev_3.2.bb +++ b/meta/recipes-core/udev/eudev_3.2.bb @@ -23,7 +23,7 @@ UPSTREAM_CHECK_URI = "https://github.com/gentoo/eudev/releases" SRC_URI[md5sum] = "9eb477cc8718db272b5d24dff1126b04" SRC_URI[sha256sum] = "37829d37f4beb7e358ca33abc1ad0907d87f917ce157777aeaeebeacae24efdc" -inherit autotools update-rc.d qemu +inherit autotools update-rc.d qemu pkgconfig EXTRA_OECONF = " \ --sbindir=${base_sbindir} \