From b5058823f220ecdf5cb1b0b1e73a9d12b306b3fe Mon Sep 17 00:00:00 2001 From: Steven Walter Date: Fri, 29 Jan 2016 14:58:26 +0000 Subject: [PATCH] rust.inc: add missing dependency on file-native --- recipes/rust/rust.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/rust/rust.inc b/recipes/rust/rust.inc index 2e2efc7..288e2f5 100644 --- a/recipes/rust/rust.inc +++ b/recipes/rust/rust.inc @@ -8,6 +8,7 @@ LICENSE = "MIT | Apache-2.0" B = "${WORKDIR}/build" +DEPENDS += "file-native" DEPENDS += "rust-llvm" # Avoid having the default bitbake.conf disable sub-make parallelization