]> code.ossystems Code Review - openembedded-core.git/commitdiff
rust-llvm: Add missing HOMEPAGE
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 23 Aug 2021 13:00:58 +0000 (14:00 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 26 Aug 2021 21:09:24 +0000 (22:09 +0100)
Add a missing HOMEPAGE entry to the recipe (fixing a selftest failure).

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/rust/rust-llvm.inc

index 93e1866317e0bda8721382574bbd69ba53fc72bb..d7f445385be4bce22762275a08319da8800144b4 100644 (file)
@@ -1,5 +1,6 @@
 SUMMARY = "LLVM compiler framework (packaged with rust)"
 LICENSE ?= "Apache-2.0-with-LLVM-exception"
+HOMEPAGE = "http://www.rust-lang.org"
 
 SRC_URI += "file://0002-llvm-allow-env-override-of-exe-path.patch;striplevel=2"