[gnome-continuous-yocto/gnomeostree-3.28-rocko: 7273/8267] systemd-boot: Move adjacent to systemd



commit c0a7913bfe784f011b50b172cfe37c2002888043
Author: Khem Raj <raj khem gmail com>
Date:   Thu Aug 17 09:41:08 2017 -0700

    systemd-boot: Move adjacent to systemd
    
    We always forget to upgrade it when systemd is upgraded, keeping it
    next to systemd will be an easy reminder to upgrade this recipe along
    with systemd
    
    Define EFI_CC, so far it has been using detection mechanism which
    worked with gcc but falls back to native gcc when using non-gcc compiler
    as default system compiler e.g. clang
    
    (From OE-Core rev: e70f843b4fb5ee27d46543165a89d56c2ec5ee2e)
    
    Signed-off-by: Khem Raj <raj khem gmail com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 ...pper-instead-of-looking-for-relative-opti.patch |   40 --------------------
 .../systemd/systemd-boot_234.bb}                   |    6 ++-
 2 files changed, 4 insertions(+), 42 deletions(-)
---
diff --git a/meta/recipes-bsp/systemd-boot/systemd-boot_232.bb b/meta/recipes-core/systemd/systemd-boot_234.bb
similarity index 85%
rename from meta/recipes-bsp/systemd-boot/systemd-boot_232.bb
rename to meta/recipes-core/systemd/systemd-boot_234.bb
index 0471ce2..ed55e53 100644
--- a/meta/recipes-bsp/systemd-boot/systemd-boot_232.bb
+++ b/meta/recipes-core/systemd/systemd-boot_234.bb
@@ -1,12 +1,14 @@
-require recipes-core/systemd/systemd.inc
+require systemd.inc
+FILESEXTRAPATHS =. "${FILE_DIRNAME}/systemd:"
 
 DEPENDS = "intltool-native libcap util-linux gnu-efi gperf-native"
 
-SRC_URI += "file://0001-use-lnr-wrapper-instead-of-looking-for-relative-opti.patch"
+SRC_URI += "file://0007-use-lnr-wrapper-instead-of-looking-for-relative-opti.patch"
 
 inherit autotools pkgconfig gettext
 inherit deploy
 
+export EFI_CC="${CC}"
 # Man pages are packaged through the main systemd recipe
 EXTRA_OECONF = " --enable-gnuefi \
                  --with-efi-includedir=${STAGING_INCDIR} \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]