From: Ross Burton Date: Tue, 19 Nov 2019 22:22:33 +0000 (+0000) Subject: grub: inherit pkgconfig X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~12684 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6cdf9a0712b136a1002e8a814274e23ee7a5f06d;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git grub: inherit pkgconfig Grub uses pkg-config but is only in the sysroot via dependencies. Be explicit and inherit pkgconfig directly. Signed-off-by: Ross Burton --- diff --git a/meta/recipes-bsp/grub/grub2.inc b/meta/recipes-bsp/grub/grub2.inc index c81def2a170..7138e4df872 100644 --- a/meta/recipes-bsp/grub/grub2.inc +++ b/meta/recipes-bsp/grub/grub2.inc @@ -33,7 +33,7 @@ GRUBPLATFORM_arm = "efi" GRUBPLATFORM_aarch64 = "efi" GRUBPLATFORM ??= "pc" -inherit autotools gettext texinfo +inherit autotools gettext texinfo pkgconfig EXTRA_OECONF = "--with-platform=${GRUBPLATFORM} \ --disable-grub-mkfont \