]> code.ossystems Code Review - openembedded-core.git/commitdiff
kexec-tools: fix warning about patch could not be found
authorChong Lu <Chong.Lu@windriver.com>
Mon, 16 Jun 2014 03:20:27 +0000 (11:20 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 17 Jun 2014 07:56:11 +0000 (08:56 +0100)
kexec-tools-klibc required kexec-tools.inc file. Put the patch of
kexec-tools into bb file in order to fixing QA warning about files path.
The patch only needed by kexec-tools.

Signed-off-by: Chong Lu <Chong.Lu@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/kexec/kexec-tools.inc
meta/recipes-kernel/kexec/kexec-tools_2.0.6.bb

index 6a690c6a7e7bf1dca26ed6d6959f006b653dcd1e..50b448caed101a870973c4644eed9ec92835e4e6 100644 (file)
@@ -8,8 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=ea5bed2f60d357618ca161ad539f7c0a \
                     file://kexec/kexec.c;beginline=1;endline=20;md5=af10f6ae4a8715965e648aa687ad3e09"
 DEPENDS = "zlib xz"
 
-SRC_URI = "${KERNELORG_MIRROR}/linux/utils/kernel/kexec/kexec-tools-${PV}.tar.gz \
-           file://kexec-tools-Refine-kdump-device_tree-sort.patch"
+SRC_URI = "${KERNELORG_MIRROR}/linux/utils/kernel/kexec/kexec-tools-${PV}.tar.gz"
 
 inherit autotools-brokensep
 
index 38a89479ebba2b1a54f0c301c875365ca494e574..5321dd4f733fea7eb9050fa549208f6a3aa3758f 100644 (file)
@@ -2,6 +2,8 @@ require kexec-tools.inc
 export LDFLAGS = "-L${STAGING_LIBDIR}"
 EXTRA_OECONF = " --with-zlib=yes"
 
+SRC_URI += "file://kexec-tools-Refine-kdump-device_tree-sort.patch"
+
 SRC_URI[md5sum] = "c39ea40a7598e49b6dc961ee7de38f57"
 SRC_URI[sha256sum] = "a9c6cd9adc8c1c37b3272782f581cb8b4b4070d0e3e921a558a9083f68dcf29a"