[oe-commits] [meta-openembedded] 08/13: kexec-tools-klibc: upgrade to latest master

git at git.openembedded.org git at git.openembedded.org
Mon Sep 3 05:52:09 UTC 2018


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

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 8eae2f8c8655b1d8641ce3f8e85bad89397b281c
Author: Andrea Adami <andrea.adami at gmail.com>
AuthorDate: Fri Aug 31 15:41:25 2018 +0200

    kexec-tools-klibc: upgrade to latest master
    
    as of b9de21ef51a7ceab7122a707c188602eae22c4ee we can remove
    obsoleted kdump and get the --no-checks option.
    
    Signed-off-by: Andrea Adami <andrea.adami at gmail.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc_git.bb | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc_git.bb b/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc_git.bb
index 14edec2..4518e70 100644
--- a/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc_git.bb
+++ b/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc_git.bb
@@ -13,7 +13,7 @@ DEPENDS = "zlib xz"
 inherit klibc autotools
 
 SRC_URI = "git://git.kernel.org/pub/scm/utils/kernel/kexec/kexec-tools.git"
-SRCREV = "0481e9ed61ef80b3d851bb96b0c70a3d4a112c8b"
+SRCREV = "b9de21ef51a7ceab7122a707c188602eae22c4ee"
 
 BUILD_PATCHES = "file://0001-force-static-build.patch \
                  file://0002-Adjust-the-order-of-headers-to-fix-build-for-musl.patch"
@@ -82,10 +82,9 @@ do_compile_prepend() {
     done
 }
 
-PACKAGES =+ "kexec-klibc kdump-klibc"
+PACKAGES =+ "kexec-klibc"
 
 FILES_kexec-klibc = "${sbindir}/kexec"
-FILES_kdump-klibc = "${sbindir}/kdump"
 
 INSANE_SKIP_${PN} = "arch"
 

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


More information about the Openembedded-commits mailing list