mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 21:32:12 +02:00
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. (From OE-Core rev: 6b527bbfea5088c20da98cd72abe5caa4b399787) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -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} \
|
||||
|
||||
Reference in New Issue
Block a user