From 4e00b7ff1494b2bb371c592773742786500e987f Mon Sep 17 00:00:00 2001 From: Cody P Schafer Date: Tue, 18 Nov 2014 22:04:05 -0500 Subject: [PATCH] new cargo and rust (rust being new enough for patches to apply, but potentially too new for cargo to build) --- recipes/cargo/cargo_2014-11-18.bb | 7 +++++++ recipes/rust/rust_0.12.0+2014-11-18.bb | 18 ++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 recipes/cargo/cargo_2014-11-18.bb create mode 100644 recipes/rust/rust_0.12.0+2014-11-18.bb diff --git a/recipes/cargo/cargo_2014-11-18.bb b/recipes/cargo/cargo_2014-11-18.bb new file mode 100644 index 0000000..01fa2c8 --- /dev/null +++ b/recipes/cargo/cargo_2014-11-18.bb @@ -0,0 +1,7 @@ +SRCREV_cargo = "15227f1447220f8e5c1e5a5ff709aff6663a0787" + +SRC_URI_append = "\ + file://0001-dl-snapshot-be-more-forgiving-to-triples.patch \ +" + +require cargo.inc diff --git a/recipes/rust/rust_0.12.0+2014-11-18.bb b/recipes/rust/rust_0.12.0+2014-11-18.bb new file mode 100644 index 0000000..0df5272 --- /dev/null +++ b/recipes/rust/rust_0.12.0+2014-11-18.bb @@ -0,0 +1,18 @@ +SRCREV = "e09d98603e608c9e47d4c89f7b4dca87a4b56da3" +require rust-git.inc + +SRC_URI_append = "\ + file://0001-platform.mk-avoid-choking-on-i586.patch \ + file://0005-CFG_CFLAGS-is-only-used-for-jemalloc-rename-all-uses.patch \ + file://0007-mk-rt-compiler_rt-pass-LDFLAGS-from-CFG_GCCISH_LINK_.patch \ + file://0020-Support-bindir.patch \ + file://0021-Remember-relative-libdir-and-bindir-from-build-time.patch \ + file://0022-mk-add-missing-CFG_BINDIR_RELATIVE-uses.patch \ + file://0023-mk-add-missing-CFG_LIBDIR_RELATIVE.patch \ + file://0024-mk-add-rule-to-create-bindir.patch \ + file://0025-mk-always-use-bin-and-lib-as-bindir-and-libdir-for-s.patch \ + file://0026-mk-stage0-complain-instead-of-creating-an-empty-file.patch \ + file://0027-mk-target-fix-typo-so-we-depend-on-the-correct-direc.patch \ + file://0028-rustdoc-avoid-supplying-a-bad-default-sysroot-so-the.patch \ + file://0030-Target-add-default-target.json-path-libdir-rust-targ.patch \ +"