From: Richard Purdie Date: Tue, 13 Sep 2016 13:56:48 +0000 (+0100) Subject: eudev: Add missing pkgconfig dependencies X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~24225 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b527bbfea5088c20da98cd72abe5caa4b399787;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 6270617bda4..8e229fc7040 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} \