update readme

This commit is contained in:
Cody P Schafer
2014-12-02 14:12:31 -05:00
parent db7d1d0cd9
commit f5c33194a8
2 changed files with 6 additions and 4 deletions
+5 -1
View File
@@ -12,10 +12,14 @@ This openembedded layer provides the rust compiler, tools for building packages
## What doesn't:
- Probably some of the untested things
- cargo and cargo-native (use a local package for -native)
- We provide .bb files for these, and they are working every
now-and-then. Unfortunately, rust moves a bit too quickly for cargo
to keep up, and it ends up broken fairly often.
## What's untested:
- cargo, rust (built for target)
- rust (built for target)
- Other TARGETs
## Common issues when packaging things using cargo
+1 -3
View File
@@ -1,4 +1,4 @@
SRCREV = "de95ad4c46788518822326941bdc5084b1023abf"
SRCREV = "21ba1d5e58144c83093a8cbb467a6c9cb12fc4a1"
require rust-git.inc
SRC_URI_append = "\
@@ -14,5 +14,3 @@ SRC_URI_append = "\
file://0010-XXX-configure-unneeded-windows-check.patch \
file://0011-Parallelize-submake-invocations.patch \
"
DEFAULT_PREFERENCE = "-1"