summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/cargo/cargo.inc1
-rw-r--r--meta/recipes-example/rustfmt/rustfmt_1.4.2.bb2
2 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/cargo/cargo.inc b/meta/recipes-devtools/cargo/cargo.inc
index 32ccf0b7ae..58aed254ff 100644
--- a/meta/recipes-devtools/cargo/cargo.inc
+++ b/meta/recipes-devtools/cargo/cargo.inc
@@ -14,6 +14,7 @@ LIC_FILES_CHKSUM = " \
14 14
15S = "${RUSTSRC}/src/tools/cargo" 15S = "${RUSTSRC}/src/tools/cargo"
16CARGO_VENDORING_DIRECTORY = "${RUSTSRC}/vendor" 16CARGO_VENDORING_DIRECTORY = "${RUSTSRC}/vendor"
17EXCLUDE_FROM_WORLD = "1"
17 18
18inherit cargo 19inherit cargo
19 20
diff --git a/meta/recipes-example/rustfmt/rustfmt_1.4.2.bb b/meta/recipes-example/rustfmt/rustfmt_1.4.2.bb
index ecced49049..b7deb4097c 100644
--- a/meta/recipes-example/rustfmt/rustfmt_1.4.2.bb
+++ b/meta/recipes-example/rustfmt/rustfmt_1.4.2.bb
@@ -11,7 +11,7 @@ SRC_URI += "git://github.com/rust-lang/rustfmt/;protocol=https;nobranch=1"
11SRCREV = "aeb3496f31a0dfa90fc511520d2023634e885260" 11SRCREV = "aeb3496f31a0dfa90fc511520d2023634e885260"
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
13CARGO_SRC_DIR = "" 13CARGO_SRC_DIR = ""
14 14EXCLUDE_FROM_WORLD = "1"
15 15
16# please note if you have entries that do not begin with crate:// 16# please note if you have entries that do not begin with crate://
17# you must change them to how that package can be fetched 17# you must change them to how that package can be fetched