diff --git a/recipes/rust/rust_0.12.0+2014-11-26.bb b/recipes/rust/rust_0.12.0+2014-11-26.bb new file mode 100644 index 0000000..8cee170 --- /dev/null +++ b/recipes/rust/rust_0.12.0+2014-11-26.bb @@ -0,0 +1,16 @@ +SRCREV = "52d4526e1bea858f08014cb48bee0ad02059ab63" +require rust-git.inc + +SRC_URI_append = "\ + file://0001-libstd-io-process-Command-fully-quote-and-escape-the.patch \ + file://0002-std-io-process-add-Show-tests.patch \ + file://0003-platform.mk-avoid-choking-on-i586.patch \ + file://0004-mk-rt-compiler_rt-pass-LDFLAGS-from-CFG_GCCISH_LINK_.patch \ + file://0005-Target-add-default-target.json-path-libdir-rust-targ.patch \ + file://0006-mk-for-stage0-use-RUSTFLAGS-to-override-target-libs-.patch \ + file://0007-mk-add-missing-CFG_LIBDIR_RELATIVE.patch \ + file://0008-configure-support-bindir-and-extend-libdir-to-non-bl.patch \ + file://0009-XXX-remove-conflicting-realpath-hack.patch \ + file://0010-XXX-configure-unneeded-windows-check.patch \ + file://0011-Parallelize-submake-invocations.patch \ +" diff --git a/recipes/rust/rust_0.12.0+2014-12.01.bb b/recipes/rust/rust_0.12.0+2014-12-01.bb similarity index 96% rename from recipes/rust/rust_0.12.0+2014-12.01.bb rename to recipes/rust/rust_0.12.0+2014-12-01.bb index 795a8ba..0cbe90f 100644 --- a/recipes/rust/rust_0.12.0+2014-12.01.bb +++ b/recipes/rust/rust_0.12.0+2014-12-01.bb @@ -14,3 +14,5 @@ SRC_URI_append = "\ file://0010-XXX-configure-unneeded-windows-check.patch \ file://0011-Parallelize-submake-invocations.patch \ " + +DEFAULT_PREFERENCE = "-1"