diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-14 11:42:05 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-14 17:03:54 +0000 |
commit | b223b539c696755ccbeeb8109bf25501e8e0c538 (patch) | |
tree | 0f6381561606d5bd67f7989040e1f715922b9a54 /meta/recipes-devtools/make/make_4.0.bb | |
parent | 47d9fa8e3f27880f4537149b98f17ca4e346b864 (diff) | |
download | poky-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/make_4.0.bb')
-rw-r--r-- | meta/recipes-devtools/make/make_4.0.bb | 2 |
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 \ | |||
4 | file://glob/COPYING.LIB;md5=4a770b67e6be0f60da244beb2de0fce4" | 4 | file://glob/COPYING.LIB;md5=4a770b67e6be0f60da244beb2de0fce4" |
5 | require make.inc | 5 | require make.inc |
6 | 6 | ||
7 | EXTRA_OECONF += "--without-guile" | ||
8 | |||
7 | SRC_URI[md5sum] = "571d470a7647b455e3af3f92d79f1c18" | 9 | SRC_URI[md5sum] = "571d470a7647b455e3af3f92d79f1c18" |
8 | SRC_URI[sha256sum] = "e60686c7afede62cc8c86ad3012cf081ea4887daf9d223ce7115703b2bb2dbdb" | 10 | SRC_URI[sha256sum] = "e60686c7afede62cc8c86ad3012cf081ea4887daf9d223ce7115703b2bb2dbdb" |
9 | 11 | ||