[oe-commits] Robert Yang : kexec-tools: separate B and S

git at git.openembedded.org git at git.openembedded.org
Fri Jan 16 23:15:02 UTC 2015


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

Author: Robert Yang <liezhi.yang at windriver.com>
Date:   Mon Jan 12 19:08:51 2015 -0800

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 <liezhi.yang at windriver.com>

---

 meta/recipes-kernel/kexec/kexec-tools.inc | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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.*)'
 



More information about the Openembedded-commits mailing list