diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2014-12-21 21:28:29 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-23 10:12:18 +0000 |
commit | c6ef0981b4eb39717b5b04ecc9cf1c589b4c79be (patch) | |
tree | 49ae36ac1b4d9d83858fe8014b5914d98e31344e /meta/recipes-devtools/make | |
parent | 3b38d77b9b1d46b9ff5f59b34f65162494a161c8 (diff) | |
download | openembedded-core-c6ef0981b4eb39717b5b04ecc9cf1c589b4c79be.tar.gz openembedded-core-c6ef0981b4eb39717b5b04ecc9cf1c589b4c79be.tar.bz2 openembedded-core-c6ef0981b4eb39717b5b04ecc9cf1c589b4c79be.zip |
make: upgrade to 4.1
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
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.1.bb (renamed from meta/recipes-devtools/make/make_4.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/make/make_4.0.bb b/meta/recipes-devtools/make/make_4.1.bb index 38d328c8a5..a1b0d7c45f 100644 --- a/meta/recipes-devtools/make/make_4.0.bb +++ b/meta/recipes-devtools/make/make_4.1.bb @@ -6,7 +6,7 @@ require make.inc EXTRA_OECONF += "--without-guile" -SRC_URI[md5sum] = "571d470a7647b455e3af3f92d79f1c18" -SRC_URI[sha256sum] = "e60686c7afede62cc8c86ad3012cf081ea4887daf9d223ce7115703b2bb2dbdb" +SRC_URI[md5sum] = "57a7a224a822f94789a587ccbcedff69" +SRC_URI[sha256sum] = "0bc7613389650ee6a24554b52572a272f7356164fd2c4132b0bcf13123e4fca5" BBCLASSEXTEND = "native nativesdk" |