From: Ross Burton Date: Tue, 19 Nov 2019 22:22:33 +0000 (+0000) Subject: grub: inherit pkgconfig X-Git-Tag: uninative-2.8~1014 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=6cdf9a0712b136a1002e8a814274e23ee7a5f06d;p=openembedded-core.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 c81def2a17..7138e4df87 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 \