mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
b28140ff2f
commit
bc2925b2d3
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user