summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-08-23 14:00:58 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-08-26 22:09:44 +0100
commita4d2b03d3bc0ed1e112a5b92251c859a57002e78 (patch)
tree471596b333fc7f1f5ccfa7524a47b0f24f0ffb56
parentf37be5cafa0ed2238683b063b4875c88338fadf7 (diff)
downloadpoky-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.inc1
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 @@
1SUMMARY = "LLVM compiler framework (packaged with rust)" 1SUMMARY = "LLVM compiler framework (packaged with rust)"
2LICENSE ?= "Apache-2.0-with-LLVM-exception" 2LICENSE ?= "Apache-2.0-with-LLVM-exception"
3HOMEPAGE = "http://www.rust-lang.org"
3 4
4SRC_URI += "file://0002-llvm-allow-env-override-of-exe-path.patch;striplevel=2" 5SRC_URI += "file://0002-llvm-allow-env-override-of-exe-path.patch;striplevel=2"
5 6