All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] make: Disable floating guile dependency
@ 2014-01-14 11:42 Richard Purdie
  0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2014-01-14 11:42 UTC (permalink / raw)
  To: openembedded-core

This makes builds of make deterministic.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
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"
 




^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-01-14 11:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-14 11:42 [PATCH] make: Disable floating guile dependency Richard Purdie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.