[oe-commits] Andrea Adami : kexecboot: fix build when S != B

git at git.openembedded.org git at git.openembedded.org
Sun May 4 15:14:09 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: 7e2c29fca8ab46ef1eee841eeccc36cdf76222a2
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=7e2c29fca8ab46ef1eee841eeccc36cdf76222a2

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Fri May  2 01:13:29 2014 +0200

kexecboot: fix build when S != B

* temporarily inherit autotools-brokensep
* proper fix sent upstream

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

---

 meta-initramfs/recipes-bsp/kexecboot/kexecboot_0.6.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-initramfs/recipes-bsp/kexecboot/kexecboot_0.6.bb b/meta-initramfs/recipes-bsp/kexecboot/kexecboot_0.6.bb
index 4657505..d0176c5 100644
--- a/meta-initramfs/recipes-bsp/kexecboot/kexecboot_0.6.bb
+++ b/meta-initramfs/recipes-bsp/kexecboot/kexecboot_0.6.bb
@@ -42,7 +42,7 @@ SRC_URI = "https://github.com/kexecboot/kexecboot/archive/v${PV}.tar.gz"
 SRC_URI[md5sum] = "46b7c1a6f20531be56445ebb8669a2b8"
 SRC_URI[sha256sum] = "6b360b8aa59bc5d68a96705349a0dd416f8ed704e931fa0ac7849298258f0f15"
 
-inherit autotools
+inherit autotools-brokensep
 
 EXTRA_OECONF = "--enable-delay=2 --enable-evdev-rate=1000,250"
 



More information about the Openembedded-commits mailing list