From a2829865f8add4ddfd21a9a44c8390a4a48fe032 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 20 Sep 2019 19:02:38 -0700 Subject: clang: Update to 7.1.x Use new and valid SRC_URIs Signed-off-by: Khem Raj --- recipes-devtools/clang/clang.inc | 10 +++++----- recipes-devtools/clang/common.inc | 2 +- recipes-devtools/clang/llvm-project-source.bb | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/recipes-devtools/clang/clang.inc b/recipes-devtools/clang/clang.inc index f2d4568..e8cf3f2 100644 --- a/recipes-devtools/clang/clang.inc +++ b/recipes-devtools/clang/clang.inc @@ -1,17 +1,17 @@ LLVM_RELEASE = "" LLVM_DIR = "llvm${LLVM_RELEASE}" -LLVM_GIT ?= "git://github.com/llvm-project" +LLVM_GIT ?= "git://github.com/llvm" LLVM_GIT_PROTOCOL ?= "https" MAJOR_VER = "7" -MINOR_VER = "0" -PATCH_VER = "1" +MINOR_VER = "1" +PATCH_VER = "0" -SRCREV ?= "b8e7044dd2e6e7af9e58cef99b840bd88cfd2dec" +SRCREV ?= "4856a9330ee01d30e9e11b6c2f991662b4c04b07" PV = "${MAJOR_VER}.${MINOR_VER}.${PATCH_VER}" -BRANCH = "release_${MAJOR_VER}${MINOR_VER}" +BRANCH = "release/${MAJOR_VER}.x" LLVMMD5SUM = "c520ed40e11887bb1d24d86f7f5b1f05" CLANGMD5SUM = "444af0e124949f07f791f12c928e5994" diff --git a/recipes-devtools/clang/common.inc b/recipes-devtools/clang/common.inc index 1b4cf9b..d582d34 100644 --- a/recipes-devtools/clang/common.inc +++ b/recipes-devtools/clang/common.inc @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://llvm/LICENSE.TXT;md5=${LLVMMD5SUM} \ " LICENSE = "NCSA" -BASEURI ??= "${LLVM_GIT}/llvm-project-20170507;protocol=${LLVM_GIT_PROTOCOL};branch=${BRANCH}" +BASEURI ??= "${LLVM_GIT}/llvm-project;protocol=${LLVM_GIT_PROTOCOL};branch=${BRANCH}" SRC_URI = "\ ${BASEURI} \ ${LLVMPATCHES} \ diff --git a/recipes-devtools/clang/llvm-project-source.bb b/recipes-devtools/clang/llvm-project-source.bb index a3133b2..78664c5 100644 --- a/recipes-devtools/clang/llvm-project-source.bb +++ b/recipes-devtools/clang/llvm-project-source.bb @@ -1,8 +1,8 @@ # Copyright (C) 2018 Khem Raj # Released under the MIT license (see COPYING.MIT for the terms) -SUMMARY = "Flat monorepo imported from http://llvm.org/git/ (17 repos)" -HOMEPAGE = "https://github.com/llvm-project/llvm-project-20170507" +SUMMARY = "This is the canonical git mirror of the LLVM subversion repository." +HOMEPAGE = "https://github.com/llvm/llvm-project" require llvm-project-source.inc require clang.inc -- cgit v1.2.3-54-g00ecf