[oe-commits] [openembedded-core] 22/27: grub: inherit pkgconfig

git at git.openembedded.org git at git.openembedded.org
Mon Nov 25 17:59:11 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 6cdf9a0712b136a1002e8a814274e23ee7a5f06d
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Tue Nov 19 22:22:33 2019 +0000

    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 <ross.burton at intel.com>
---
 meta/recipes-bsp/grub/grub2.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-bsp/grub/grub2.inc b/meta/recipes-bsp/grub/grub2.inc
index c81def2..7138e4d 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 \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list