mirror of
https://git.yoctoproject.org/poky
synced 2026-04-17 09:32:12 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
0a861d20c5
commit
fde9288015
@@ -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.*)'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user