[oe-commits] Richard Purdie : make: Disable floating guile dependency

git at git.openembedded.org git at git.openembedded.org
Tue Jan 14 17:00:16 UTC 2014


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

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Tue Jan 14 11:42:05 2014 +0000

make: Disable floating guile dependency

This makes builds of make deterministic.

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-devtools/make/make_4.0.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-devtools/make/make_4.0.bb b/meta/recipes-devtools/make/make_4.0.bb
index bb2a7ed..38d328c 100644
--- a/meta/recipes-devtools/make/make_4.0.bb
+++ b/meta/recipes-devtools/make/make_4.0.bb
@@ -4,6 +4,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
                     file://glob/COPYING.LIB;md5=4a770b67e6be0f60da244beb2de0fce4"
 require make.inc
 
+EXTRA_OECONF += "--without-guile"
+
 SRC_URI[md5sum] = "571d470a7647b455e3af3f92d79f1c18"
 SRC_URI[sha256sum] = "e60686c7afede62cc8c86ad3012cf081ea4887daf9d223ce7115703b2bb2dbdb"
 



More information about the Openembedded-commits mailing list