cargo is picky too :(

This commit is contained in:
Cody P Schafer
2014-11-17 00:54:06 -05:00
parent d8bb019606
commit d8e25c781a
6 changed files with 119 additions and 29 deletions

View File

@@ -1,3 +1,5 @@
inherit rust
SRC_URI = "git://github.com/jmesmon/rust-hello-world.git;protocol=https"
SRCREV="e0fa23f1a3cb1eb1407165bd2fc36d2f6e6ad728"
LIC_FILES_CHKSUM="file://COPYRIGHT;md5=e6b2207ac3740d2d01141c49208c2147"
@@ -6,9 +8,10 @@ SUMMARY = "Hello World by Cargo for Rust"
HOMEPAGE = "https://github.com/jmesmon/rust-hello-world"
LICENSE = "MIT | Apache-2.0"
DEPENDS = "cargo-native"
# FIXME: we really depend on cargo-native, but avoid it for now as building it
# is more painful than it should be
#DEPENDS = "cargo-native"
inherit rust
S = "${WORKDIR}/git"
B = "${S}"