Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: kraj/meta-clang
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d996339f2c3a8cd99e3990d68bbf064c5d9663c7
Choose a base ref
..
head repository: kraj/meta-clang
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: bd67b38fe71d2b7e5abbb4da115e21b81f70153a
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +2 −2 recipes-devtools/clang/common.inc
4 changes: 2 additions & 2 deletions recipes-devtools/clang/common.inc
Original file line number Diff line number Diff line change
@@ -6,10 +6,10 @@ LIC_FILES_CHKSUM = "file://llvm/LICENSE.TXT;md5=${LLVMMD5SUM} \
LICENSE = "Apache-2.0-with-LLVM-exception"

# Snapshot
RELEASE ?= "6d7e428df611861fb1f5151dea938ebfcc7b1363"
RELEASE ?= "0c641568515a797473394694f05937e1f1913d87"
BASEURI ?= "https://api.github.com/repos/llvm/llvm-project/tarball/${RELEASE};downloadfilename=llvm-${PV}-${RELEASE}.tar.gz"
SOURCEDIR ?= "llvm-llvm-project-${@'${RELEASE}'[0:7]}"
SRC_URI[sha256sum] = "66ca281301af25626057845893b4d5a92e7286a5d864741a0b9361f06199af5c"
SRC_URI[sha256sum] = "b8d580ba8fb4415bfa16c5095d158c43503cf37c79da1bb43b526852eafbcde4"

# GA Release
#RELEASE ?= "${PV}"