mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-17 00:25:36 +00:00
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@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
b5d062af3d
commit
8eae2f8c86
@ -13,7 +13,7 @@ DEPENDS = "zlib xz"
|
|||||||
inherit klibc autotools
|
inherit klibc autotools
|
||||||
|
|
||||||
SRC_URI = "git://git.kernel.org/pub/scm/utils/kernel/kexec/kexec-tools.git"
|
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 \
|
BUILD_PATCHES = "file://0001-force-static-build.patch \
|
||||||
file://0002-Adjust-the-order-of-headers-to-fix-build-for-musl.patch"
|
file://0002-Adjust-the-order-of-headers-to-fix-build-for-musl.patch"
|
||||||
@ -82,10 +82,9 @@ do_compile_prepend() {
|
|||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
PACKAGES =+ "kexec-klibc kdump-klibc"
|
PACKAGES =+ "kexec-klibc"
|
||||||
|
|
||||||
FILES_kexec-klibc = "${sbindir}/kexec"
|
FILES_kexec-klibc = "${sbindir}/kexec"
|
||||||
FILES_kdump-klibc = "${sbindir}/kdump"
|
|
||||||
|
|
||||||
INSANE_SKIP_${PN} = "arch"
|
INSANE_SKIP_${PN} = "arch"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user