mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +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>
This commit is contained in:
parent
524f332a5d
commit
bace907fc5
|
@ -8,6 +8,8 @@ inherit klibc
|
||||||
|
|
||||||
FILESPATH =. "${FILE_DIRNAME}/kexec-tools-${PV}:"
|
FILESPATH =. "${FILE_DIRNAME}/kexec-tools-${PV}:"
|
||||||
|
|
||||||
|
SRC_URI = "${KERNELORG_MIRROR}/linux/utils/kernel/kexec/kexec-tools-${PV}.tar.gz"
|
||||||
|
|
||||||
SRC_URI += " \
|
SRC_URI += " \
|
||||||
file://kexec-elf-rel.patch \
|
file://kexec-elf-rel.patch \
|
||||||
file://kexec-syscall.patch \
|
file://kexec-syscall.patch \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user