From 7f8a53a95e788ad0229b72c9e40dbb548bf8bb56 Mon Sep 17 00:00:00 2001 From: Chong Lu Date: Mon, 16 Jun 2014 11:20:27 +0800 Subject: kexec-tools: fix warning about patch could not be found 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. (From OE-Core rev: d465fb6f8f1fff989a9e497f650328de6044b2f2) Signed-off-by: Chong Lu Signed-off-by: Richard Purdie --- meta/recipes-kernel/kexec/kexec-tools.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'meta/recipes-kernel/kexec/kexec-tools.inc') diff --git a/meta/recipes-kernel/kexec/kexec-tools.inc b/meta/recipes-kernel/kexec/kexec-tools.inc index 6a690c6a7e..50b448caed 100644 --- a/meta/recipes-kernel/kexec/kexec-tools.inc +++ b/meta/recipes-kernel/kexec/kexec-tools.inc @@ -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 -- cgit v1.2.3-54-g00ecf