From: Robert Yang Date: Tue, 13 Jan 2015 03:08:51 +0000 (-0800) Subject: kexec-tools: separate B and S X-Git-Tag: 2015-4~707 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=5fccfd0f0a9dd4dca96389f5d856d3fab21745e2;p=openembedded-core.git 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 Signed-off-by: Robert Yang --- diff --git a/meta/recipes-kernel/kexec/kexec-tools.inc b/meta/recipes-kernel/kexec/kexec-tools.inc index 312424a88f..7797a25738 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.*)'