[oe-commits] Andrea Adami : task-core-tools: adapt to kexec-tools package split

git at git.openembedded.org git at git.openembedded.org
Tue Jan 10 17:36:58 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: fcd67dc6348df5a3435d4ae276d824e8e072b68d
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=fcd67dc6348df5a3435d4ae276d824e8e072b68d

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Mon Jan  9 23:46:14 2012 +0100

task-core-tools: adapt to kexec-tools package split

* The recipe packages now kexec and kdump separately.
* For standard purposes only kexec is needed.
* Bump PR.

Signed-off-by: Andrea Adami <andrea.adami at gmail.com>

---

 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 ?= ""





More information about the Openembedded-commits mailing list