summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/grub
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2019-11-19 22:22:33 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-11-25 17:57:23 +0000
commitbc2925b2d308cf91373d69b57f8f5937d002c9c5 (patch)
tree300f0c88d0a0027ed87bb5dc0974c2faba585472 /meta/recipes-bsp/grub
parentb28140ff2f6383fa9c1cabface75e0f2d139cc13 (diff)
downloadpoky-bc2925b2d308cf91373d69b57f8f5937d002c9c5.tar.gz
grub: inherit pkgconfig
Grub uses pkg-config but is only in the sysroot via dependencies. Be explicit and inherit pkgconfig directly. (From OE-Core rev: 6cdf9a0712b136a1002e8a814274e23ee7a5f06d) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/grub')
-rw-r--r--meta/recipes-bsp/grub/grub2.inc2
1 files changed, 1 insertions, 1 deletions
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"
33GRUBPLATFORM_aarch64 = "efi" 33GRUBPLATFORM_aarch64 = "efi"
34GRUBPLATFORM ??= "pc" 34GRUBPLATFORM ??= "pc"
35 35
36inherit autotools gettext texinfo 36inherit autotools gettext texinfo pkgconfig
37 37
38EXTRA_OECONF = "--with-platform=${GRUBPLATFORM} \ 38EXTRA_OECONF = "--with-platform=${GRUBPLATFORM} \
39 --disable-grub-mkfont \ 39 --disable-grub-mkfont \