summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2015-01-12 19:08:51 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-01-16 23:08:28 +0000
commitfde928801559a853dcbcd94c9aa0afedd9083e2d (patch)
tree0594131dd44f1b39cc87d08ca7af368041a8a8f0 /meta/recipes-kernel
parent0a861d20c5a8c6787fdffaa472210e1c463a2149 (diff)
downloadast2050-yocto-poky-fde928801559a853dcbcd94c9aa0afedd9083e2d.zip
ast2050-yocto-poky-fde928801559a853dcbcd94c9aa0afedd9083e2d.tar.gz
kexec-tools: separate B and S
It works well now, and bump the PR to avoid: configure: error: source directory already configured; run "make distclean" there first (From OE-Core rev: 5fccfd0f0a9dd4dca96389f5d856d3fab21745e2) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r--meta/recipes-kernel/kexec/kexec-tools.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-kernel/kexec/kexec-tools.inc b/meta/recipes-kernel/kexec/kexec-tools.inc
index 312424a..7797a25 100644
--- a/meta/recipes-kernel/kexec/kexec-tools.inc
+++ b/meta/recipes-kernel/kexec/kexec-tools.inc
@@ -10,7 +10,9 @@ DEPENDS = "zlib xz"
SRC_URI = "${KERNELORG_MIRROR}/linux/utils/kernel/kexec/kexec-tools-${PV}.tar.gz"
-inherit autotools-brokensep
+PR = "r1"
+
+inherit autotools
COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|aarch64.*|powerpc.*|mips.*)-(linux|freebsd.*)'
OpenPOWER on IntegriCloud