mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-10-22 15:03:59 +02:00
kexec-tools-klibc: add explicit SRC_URI
After commit c2492ed SRC_URI of the recipe contains the kdump script. Kdump is not in the purposes of this recipe so we restore the plain SRC_URI. Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
53d75fdf0b
commit
04a07b5a68
|
@ -8,6 +8,8 @@ inherit klibc
|
|||
|
||||
FILESPATH =. "${FILE_DIRNAME}/kexec-tools-${PV}:"
|
||||
|
||||
SRC_URI = "${KERNELORG_MIRROR}/linux/utils/kernel/kexec/kexec-tools-${PV}.tar.gz"
|
||||
|
||||
SRC_URI += " \
|
||||
file://kexec-elf-rel.patch \
|
||||
file://kexec-syscall.patch \
|
||||
|
|
Loading…
Reference in New Issue
Block a user