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-cross_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-cross_1.54.0.bb')
| -rw-r--r-- | meta/recipes-devtools/rust/rust-cross_1.54.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/rust/rust-cross_1.54.0.bb b/meta/recipes-devtools/rust/rust-cross_1.54.0.bb index ddc25d36b5..3179d395d2 100644 --- a/meta/recipes-devtools/rust/rust-cross_1.54.0.bb +++ b/meta/recipes-devtools/rust/rust-cross_1.54.0.bb | |||
| @@ -1,2 +1,2 @@ | |||
| 1 | require rust-cross.inc | 1 | require rust-cross.inc |
| 2 | require rust-source-${PV}.inc | 2 | require rust-source.inc |
