rust-hello-world: enable dep on cargo-native

This commit is contained in:
Cody P Schafer
2014-12-01 18:01:33 -05:00
parent c3e5aadad5
commit 64708e9c32

View File

@@ -8,8 +8,6 @@ SUMMARY = "Hello World by Cargo for Rust"
HOMEPAGE = "https://github.com/jmesmon/rust-hello-world"
LICENSE = "MIT | Apache-2.0"
# 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"
DEPENDS = "cargo-native"
S = "${WORKDIR}/git"