From patchwork Tue Jan 10 05:54:14 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [CONSOLIDATED, PULL, 20/22] task-core-tools: adapt to kexec-tools package split Date: Tue, 10 Jan 2012 05:54:14 -0000 From: Saul Wold X-Patchwork-Id: 18873 Message-Id: <911a3ac9a58d1d5e709cff776ecd1ab507642006.1326174744.git.sgw@linux.intel.com> To: openembedded-core@lists.openembedded.org From: Andrea Adami * The recipe packages now kexec and kdump separately. * For standard purposes only kexec is needed. * Bump PR. Signed-off-by: Andrea Adami --- meta/recipes-core/tasks/task-core-tools.bb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/tasks/task-core-tools.bb b/meta/recipes-core/tasks/task-core-tools.bb index 6632b4f..1a42f15 100644 --- a/meta/recipes-core/tasks/task-core-tools.bb +++ b/meta/recipes-core/tasks/task-core-tools.bb @@ -6,7 +6,7 @@ DESCRIPTION = "Tools tasks for OE-Core" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" -PR = "r14" +PR = "r15" PACKAGES = "\ task-core-tools-debug \ @@ -25,7 +25,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" ALLOW_EMPTY = "1" # kexec-tools doesn't work on Mips -KEXECTOOLS ?= "kexec-tools" +KEXECTOOLS ?= "kexec" KEXECTOOLS_mips ?= "" KEXECTOOLS_mipsel ?= "" KEXECTOOLS_powerpc ?= ""