summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/rust/rust_1.54.0.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2021-10-10 21:09:56 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-10-14 11:48:45 +0100
commitd91db6917f109f92845109eacb4a0c9da0351387 (patch)
treef90374794d8e836f90809f29c7d1aa3960909b3c /meta/recipes-devtools/rust/rust_1.54.0.bb
parent0e973d814bb010b8a95771b48c9c439d70e4072d (diff)
downloadpoky-d91db6917f109f92845109eacb4a0c9da0351387.tar.gz
rust: drop PV from include file names
This complicates (semi) automated upgrades, and isn't necessary as we carry only a single version of the toolchain. (From OE-Core rev: f7a6b23d99fba5855cfb34788199877a14206293) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/rust/rust_1.54.0.bb')
-rw-r--r--meta/recipes-devtools/rust/rust_1.54.0.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/rust/rust_1.54.0.bb b/meta/recipes-devtools/rust/rust_1.54.0.bb
index e7d8d70c26..036fb43334 100644
--- a/meta/recipes-devtools/rust/rust_1.54.0.bb
+++ b/meta/recipes-devtools/rust/rust_1.54.0.bb
@@ -1,6 +1,6 @@
1require rust-target.inc 1require rust-target.inc
2require rust-source-${PV}.inc 2require rust-source.inc
3require rust-snapshot-${PV}.inc 3require rust-snapshot.inc
4 4
5INSANE_SKIP:${PN}:class-native = "already-stripped" 5INSANE_SKIP:${PN}:class-native = "already-stripped"
6 6