diff --git a/recipes/cargo/cargo_2014-11-04.bb b/recipes/cargo/cargo_2014-11-01.bb similarity index 100% rename from recipes/cargo/cargo_2014-11-04.bb rename to recipes/cargo/cargo_2014-11-01.bb diff --git a/recipes/rust/rust-git.inc b/recipes/rust/rust-git.inc index ab5cc4c..831ee68 100644 --- a/recipes/rust/rust-git.inc +++ b/recipes/rust/rust-git.inc @@ -2,5 +2,6 @@ SRC_URI = "\ gitsm://github.com/rust-lang/rust.git;protocol=https \ " S = "${WORKDIR}/git" +PV .= "+git${SRCPV}" require rust.inc diff --git a/recipes/rust/rust_0.12.0+2014-11-01.bb b/recipes/rust/rust_0.12.0+2014-11-01.bb new file mode 100644 index 0000000..36d49e5 --- /dev/null +++ b/recipes/rust/rust_0.12.0+2014-11-01.bb @@ -0,0 +1,5 @@ +SRCREV = "0547a407aa03b9f1c03843aead617a2e8c5d1147" +require rust-git.inc + +# Doesn't build cargo as of 2014-10-28 +# Testing with cargo 2014-11-01 (603f29d3421d5aa7396dc57f966e8a80e86d5e0d) diff --git a/recipes/rust/rust_0.12.0+2014-11-04.bb b/recipes/rust/rust_0.12.0+2014-11-04.bb index 6714375..8a25056 100644 --- a/recipes/rust/rust_0.12.0+2014-11-04.bb +++ b/recipes/rust/rust_0.12.0+2014-11-04.bb @@ -2,4 +2,5 @@ SRCREV = "1b2ad7831f1745bf4a4709a1fa1772afb47c933c" require rust-git.inc # Doesn't build cargo as of 2014-10-28 -# Teesting with cargo 2014-11-04 (603f29d3421d5aa7396dc57f966e8a80e86d5e0d) +# Doesn't build cargo 2014-11-01 (603f29d3421d5aa7396dc57f966e8a80e86d5e0d) (latest at the time) +DEFAULT_PREFERENCE = "-1"