bump patches & versions

This commit is contained in:
Cody P Schafer
2015-02-27 09:35:59 -05:00
parent 18aa5bd379
commit eaa153d122
21 changed files with 1442 additions and 110 deletions

View File

@@ -22,6 +22,11 @@ B = "${S}"
# where the issue occured
export RUST_BACKTRACE = "1"
# The pkg-config-rs library used by cargo build scripts disables itself when
# cross compiling unless this is defined. We set up pkg-config appropriately
# for cross compilation, so tell it we know better than it.
export PKG_CONFIG_ALLOW_CROSS = "1"
EXTRA_OECARGO_PATHS ??= ""
cargo_do_configure () {