cargo-snapshot.inc: use a date-specific downloadfilename

This allows the snapshot to be cached in a local mirror with a unique
name
This commit is contained in:
Steven Walter
2016-08-31 16:32:21 -04:00
parent 56ac849771
commit c8e2b6166e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ do_compile () {
rm -rf target/snapshot
mkdir -p target
cp -R ${WORKDIR}/$(basename ${CARGO_SNAPSHOT} .tar.gz)/cargo target/snapshot
cp -R ${WORKDIR}/cargo-nightly-x86_64-unknown-linux-gnu/cargo target/snapshot
oe_runmake ARGS="--verbose"
}