aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/make
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2014-01-14 11:42:05 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-01-14 17:03:54 +0000
commitb223b539c696755ccbeeb8109bf25501e8e0c538 (patch)
tree0f6381561606d5bd67f7989040e1f715922b9a54 /meta/recipes-devtools/make
parent47d9fa8e3f27880f4537149b98f17ca4e346b864 (diff)
downloadopenembedded-core-contrib-b223b539c696755ccbeeb8109bf25501e8e0c538.tar.gz
make: Disable floating guile dependency
This makes builds of make deterministic. (From OE-Core rev: 9ab5e5f16cb485f8838ba886216912a78cee01e2) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/make')
-rw-r--r--meta/recipes-devtools/make/make_4.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/make/make_4.0.bb b/meta/recipes-devtools/make/make_4.0.bb
index bb2a7ed186..38d328c8a5 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"