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:
Andrea Adami 2015-12-17 01:05:44 +01:00 committed by Martin Jansa
parent 524f332a5d
commit bace907fc5

View File

@ -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 \