[oe-commits] [openembedded-core] 21/21: systemd: add PACKAGECONFIG for gnu-efi

git at git.openembedded.org git at git.openembedded.org
Wed Aug 21 20:53:40 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 050cda9f02c6a5c773edf092514b173839569a48
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Wed Aug 21 11:57:03 2019 +0100

    systemd: add PACKAGECONFIG for gnu-efi
    
    Add a PACKAGECONFIG for gnu-efi, by default the meson.build looks explicitly in
    /usr/include and /usr/lib for gnu-efi, and if it is present on the host the
    build will fail.
    
    [ YOCTO #13487 ]
    
    Original patch by Chin Huat Ang.
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-core/systemd/systemd_242.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-core/systemd/systemd_242.bb b/meta/recipes-core/systemd/systemd_242.bb
index 6992062..b368ca8 100644
--- a/meta/recipes-core/systemd/systemd_242.bb
+++ b/meta/recipes-core/systemd/systemd_242.bb
@@ -126,6 +126,7 @@ PACKAGECONFIG[coredump] = "-Dcoredump=true,-Dcoredump=false"
 PACKAGECONFIG[cryptsetup] = "-Dlibcryptsetup=true,-Dlibcryptsetup=false,cryptsetup"
 PACKAGECONFIG[dbus] = "-Ddbus=true,-Ddbus=false,dbus"
 PACKAGECONFIG[efi] = "-Defi=true,-Defi=false"
+PACKAGECONFIG[gnu-efi] = "-Dgnu-efi=true -Defi-libdir=${STAGING_LIBDIR} -Defi-includedir=${STAGING_INCDIR}/efi,-Dgnu-efi=false,gnu-efi"
 PACKAGECONFIG[elfutils] = "-Delfutils=true,-Delfutils=false,elfutils"
 PACKAGECONFIG[firstboot] = "-Dfirstboot=true,-Dfirstboot=false"
 # Sign the journal for anti-tampering

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


More information about the Openembedded-commits mailing list