From 42df692ce67d8015558e668977eaa2578c853715 Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Fri, 8 Apr 2016 12:26:18 -0500 Subject: [PATCH] rust: update to the proper snapshot Rust 1.7.0 uses a snapshot from 2015-12-18 and not 2015-08-11. Without this change Rust will fetch the snapshot during the build process which will fail on Yocto builds that disable network outside of the fetch phase. Signed-off-by: Doug Goldstein --- ...hot-2015-08-11.inc => rust-snapshot-2015-12-18.inc} | 10 +++++----- recipes-devtools/rust/rust.inc | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) rename recipes-devtools/rust/{rust-snapshot-2015-08-11.inc => rust-snapshot-2015-12-18.inc} (51%) diff --git a/recipes-devtools/rust/rust-snapshot-2015-08-11.inc b/recipes-devtools/rust/rust-snapshot-2015-12-18.inc similarity index 51% rename from recipes-devtools/rust/rust-snapshot-2015-08-11.inc rename to recipes-devtools/rust/rust-snapshot-2015-12-18.inc index ff1c466..a970791 100644 --- a/recipes-devtools/rust/rust-snapshot-2015-08-11.inc +++ b/recipes-devtools/rust/rust-snapshot-2015-12-18.inc @@ -1,14 +1,14 @@ ## snapshot info taken from rust/src/snapshots.txt ## TODO: find a way to add additional SRC_URIs based on the contents of an ## earlier SRC_URI. -RS_DATE = "2015-08-11" -RS_SRCHASH = "1af31d4" +RS_DATE = "2015-12-18" +RS_SRCHASH = "3391630" # linux-x86_64 RS_ARCH = "linux-x86_64" -RS_HASH = "7df8ba9dec63ec77b857066109d4b6250f3d222f" +RS_HASH = "97e2a5eb8904962df8596e95d6e5d9b574d73bf4" RUST_SNAPSHOT = "rust-stage0-${RS_DATE}-${RS_SRCHASH}-${RS_ARCH}-${RS_HASH}.tar.bz2" -SRC_URI[rust-snapshot.md5sum] = "53b2e1f553eaeb88e8d60d5380670283" -SRC_URI[rust-snapshot.sha256sum] = "5936f5ec4327d41f3aa9f98cbedebb6fd3d72715f8df578e0c9a669154c80bc3" +SRC_URI[rust-snapshot.md5sum] = "5c29eb06c8b6ce6ff52f544f31efabe1" +SRC_URI[rust-snapshot.sha256sum] = "a8dc5203673ce43f47316beb02ee0c427edb7bbde2ab5fc662a06b52db2950e7" diff --git a/recipes-devtools/rust/rust.inc b/recipes-devtools/rust/rust.inc index d86398c..23bbc32 100644 --- a/recipes-devtools/rust/rust.inc +++ b/recipes-devtools/rust/rust.inc @@ -2,7 +2,7 @@ inherit rust inherit rust-installer require rust-shared-source.inc -require rust-snapshot-2015-08-11.inc +require rust-snapshot-2015-12-18.inc LIC_FILES_CHKSUM ="file://COPYRIGHT;md5=9c5a05eab0ffc3590e50db38c51d1425"