From d70da91161c6f791e7f17cbb29ca79798f68ec31 Mon Sep 17 00:00:00 2001 From: Cody Schafer Date: Mon, 1 Dec 2014 16:36:11 -0500 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c37296..104120a 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ This openembedded layer provides the rust compiler, tools for building packages by a crate's Cargo.toml including triplet-specific dependencies and then using the crate based on a feature (most often, `#[cfg(unix)]`). Until cargo and it's ecosystem get their act together, you'll need to supply patches to the -misbehaving packages. See `recipies/cargo/cargo_*.bb` for and example of how to +misbehaving packages. See `recipies/cargo/cargo_*.bb` for an example of how to do this. ## TODO From e9f3b668e4b72f5e2a433223e78cfe229ab6fb71 Mon Sep 17 00:00:00 2001 From: Cody Schafer Date: Mon, 1 Dec 2014 16:36:41 -0500 Subject: [PATCH 2/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 104120a..a3fce3f 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,8 @@ This openembedded layer provides the rust compiler, tools for building packages You may run into errors similar to: ``` -| /home/cody/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-0.0.2/src/lib.rs:12:1: 12:35 error: can't find crate for `ffi` -| /home/cody/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-0.0.2/src/lib.rs:12 extern crate "openssl-sys" as ffi; +| src/lib.rs:12:1: 12:35 error: can't find crate for `ffi` +| src/lib.rs:12 extern crate "openssl-sys" as ffi; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ``` From aa4a35c1ca70a404a99324f64c8aea334e422d61 Mon Sep 17 00:00:00 2001 From: Cody Schafer Date: Mon, 1 Dec 2014 16:37:00 -0500 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a3fce3f..4d7d751 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ This openembedded layer provides the rust compiler, tools for building packages ``` | src/lib.rs:12:1: 12:35 error: can't find crate for `ffi` | src/lib.rs:12 extern crate "openssl-sys" as ffi; -| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ``` Where a "-sys" crate (or other crate) is not found. These are typically caused