diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-10-10 21:09:56 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-10-14 11:48:45 +0100 |
commit | d91db6917f109f92845109eacb4a0c9da0351387 (patch) | |
tree | f90374794d8e836f90809f29c7d1aa3960909b3c /meta/recipes-devtools/rust/rust_1.54.0.bb | |
parent | 0e973d814bb010b8a95771b48c9c439d70e4072d (diff) | |
download | poky-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.bb | 4 |
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 @@ | |||
1 | require rust-target.inc | 1 | require rust-target.inc |
2 | require rust-source-${PV}.inc | 2 | require rust-source.inc |
3 | require rust-snapshot-${PV}.inc | 3 | require rust-snapshot.inc |
4 | 4 | ||
5 | INSANE_SKIP:${PN}:class-native = "already-stripped" | 5 | INSANE_SKIP:${PN}:class-native = "already-stripped" |
6 | 6 | ||