diff options
author | Khem Raj <raj.khem@gmail.com> | 2023-02-01 00:55:46 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-02-06 11:35:04 -0800 |
commit | 48b956a77adba929337e0e596c910052c65cf9eb (patch) | |
tree | 7cb08fbfec662e5887a777028fdaaaa31120dcbf | |
parent | 94d11d8b007562c9c5197b0f6354f6637f3a4929 (diff) | |
download | meta-clang-48b956a77adba929337e0e596c910052c65cf9eb.tar.gz |
openmp: Correctly specify https in HOMEPAGE
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | recipes-devtools/clang/openmp_git.bb | 2 |
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 | ||
4 | DESCRIPTION = "LLVM based C/C++ compiler Runtime" | 4 | DESCRIPTION = "LLVM based C/C++ compiler Runtime" |
5 | HOMEPAGE = "http://openmp.llvm.org/" | 5 | HOMEPAGE = "https://openmp.llvm.org/" |
6 | SECTION = "libs" | 6 | SECTION = "libs" |
7 | 7 | ||
8 | require clang.inc | 8 | require clang.inc |