diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-08-23 14:00:58 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-08-26 22:09:44 +0100 |
| commit | a4d2b03d3bc0ed1e112a5b92251c859a57002e78 (patch) | |
| tree | 471596b333fc7f1f5ccfa7524a47b0f24f0ffb56 | |
| parent | f37be5cafa0ed2238683b063b4875c88338fadf7 (diff) | |
| download | poky-a4d2b03d3bc0ed1e112a5b92251c859a57002e78.tar.gz | |
rust-llvm: Add missing HOMEPAGE
Add a missing HOMEPAGE entry to the recipe (fixing a selftest failure).
(From OE-Core rev: 71782d90cff825bd9c20d49590245565a6194bf8)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-devtools/rust/rust-llvm.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/rust/rust-llvm.inc b/meta/recipes-devtools/rust/rust-llvm.inc index 93e1866317..d7f445385b 100644 --- a/meta/recipes-devtools/rust/rust-llvm.inc +++ b/meta/recipes-devtools/rust/rust-llvm.inc | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | SUMMARY = "LLVM compiler framework (packaged with rust)" | 1 | SUMMARY = "LLVM compiler framework (packaged with rust)" |
| 2 | LICENSE ?= "Apache-2.0-with-LLVM-exception" | 2 | LICENSE ?= "Apache-2.0-with-LLVM-exception" |
| 3 | HOMEPAGE = "http://www.rust-lang.org" | ||
| 3 | 4 | ||
| 4 | SRC_URI += "file://0002-llvm-allow-env-override-of-exe-path.patch;striplevel=2" | 5 | SRC_URI += "file://0002-llvm-allow-env-override-of-exe-path.patch;striplevel=2" |
| 5 | 6 | ||
