From 71782d90cff825bd9c20d49590245565a6194bf8 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 23 Aug 2021 14:00:58 +0100 Subject: rust-llvm: Add missing HOMEPAGE Add a missing HOMEPAGE entry to the recipe (fixing a selftest failure). Signed-off-by: Richard Purdie --- meta/recipes-devtools/rust/rust-llvm.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-devtools') 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 @@ 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" -- cgit 1.2.3-korg