diff options
author | Ross Burton <ross.burton@intel.com> | 2019-11-19 22:22:33 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-11-25 17:57:23 +0000 |
commit | bc2925b2d308cf91373d69b57f8f5937d002c9c5 (patch) | |
tree | 300f0c88d0a0027ed87bb5dc0974c2faba585472 /meta/recipes-bsp | |
parent | b28140ff2f6383fa9c1cabface75e0f2d139cc13 (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-bsp/grub/grub2.inc | 2 |
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" | |||
33 | GRUBPLATFORM_aarch64 = "efi" | 33 | GRUBPLATFORM_aarch64 = "efi" |
34 | GRUBPLATFORM ??= "pc" | 34 | GRUBPLATFORM ??= "pc" |
35 | 35 | ||
36 | inherit autotools gettext texinfo | 36 | inherit autotools gettext texinfo pkgconfig |
37 | 37 | ||
38 | EXTRA_OECONF = "--with-platform=${GRUBPLATFORM} \ | 38 | EXTRA_OECONF = "--with-platform=${GRUBPLATFORM} \ |
39 | --disable-grub-mkfont \ | 39 | --disable-grub-mkfont \ |