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 <cardoe@cardoe.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user