summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-02-01 00:55:46 -0800
committerKhem Raj <raj.khem@gmail.com>2023-02-06 11:35:04 -0800
commit48b956a77adba929337e0e596c910052c65cf9eb (patch)
tree7cb08fbfec662e5887a777028fdaaaa31120dcbf /recipes-devtools
parent94d11d8b007562c9c5197b0f6354f6637f3a4929 (diff)
downloadmeta-clang-48b956a77adba929337e0e596c910052c65cf9eb.tar.gz
openmp: Correctly specify https in HOMEPAGE
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-devtools')
-rw-r--r--recipes-devtools/clang/openmp_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/clang/openmp_git.bb b/recipes-devtools/clang/openmp_git.bb
index d6dd84e..1708024 100644
--- a/recipes-devtools/clang/openmp_git.bb
+++ b/recipes-devtools/clang/openmp_git.bb
@@ -2,7 +2,7 @@
2# Released under the MIT license (see COPYING.MIT for the terms) 2# Released under the MIT license (see COPYING.MIT for the terms)
3 3
4DESCRIPTION = "LLVM based C/C++ compiler Runtime" 4DESCRIPTION = "LLVM based C/C++ compiler Runtime"
5HOMEPAGE = "http://openmp.llvm.org/" 5HOMEPAGE = "https://openmp.llvm.org/"
6SECTION = "libs" 6SECTION = "libs"
7 7
8require clang.inc 8require clang.inc