This commit is contained in:
Cody P Schafer
2014-10-29 01:17:48 -04:00
parent 4547515dc2
commit b4fdb29a72
5 changed files with 13 additions and 10 deletions
+2 -1
View File
@@ -1,8 +1,9 @@
SRCREV = "2d101e2e3809da5dc6c79c27ad962d7945cddfb5"
do_patch_prepend () {
do_patch () {
# Work around a bug in openssl-static-sys
mkdir -p "${prefix}/lib"
ln -sf "${base_prefix}/lib/libcrypto.a" "${prefix}/lib/"
}
require cargo.inc
+4
View File
@@ -7,6 +7,10 @@ LICENSE = "MIT | Apache-2.0"
B = "${WORKDIR}/build"
LIC_FILES_CHKSUM ="\
file://COPYRIGHT;md5=0e8e4a3b5d8e1c90eb243d406369763a \
"
do_configure () {
# FIXME: allow --enable-local-rust
# FIXME: target_prefix vs prefix, see cross.bbclass
+4
View File
@@ -0,0 +1,4 @@
SRCREV = "7b021859a4ea33bb0f5512649a5c9792648e9ad6"
require rust-git.inc
+3 -5
View File
@@ -1,7 +1,5 @@
LIC_FILES_CHKSUM ="\
file://COPYRIGHT;md5=0e8e4a3b5d8e1c90eb243d406369763a \
"
SRCREV = "1652a1f2c61883c5f2b55a952796619d8aef365e"
require rust-git.inc
# Doesn't build cargo as of 2014-10-28
DEFAULT_PREFERENCE = "-1"
-4
View File
@@ -1,11 +1,7 @@
SRC_URI[md5sum] = "24f80304da2ef1c0362b7caf700390f9"
SRC_URI[sha256sum] = "883e66b24d90d9957c5c538469fcde6f0668e5fb6448beecfc60884060e769b7"
LIC_FILES_CHKSUM ="\
file://COPYRIGHT;md5=0e8e4a3b5d8e1c90eb243d406369763a \
"
SRC_URI_append = "\
file://0001-mk-rt-export-CC-does-not-seem-to-work-gcc-observed-u.patch \
"
require rust-release.inc