[OE-core] [PATCH 2/2] llvm: Update to 8.0.1

Richard Purdie richard.purdie at linuxfoundation.org
Sat Aug 3 10:53:41 UTC 2019


On Wed, 2019-07-31 at 10:48 -0700, Khem Raj wrote:
> Add missing dependency on libedit
> 
> Signed-off-by: Khem Raj <raj.khem at gmail.com>
> ---
>  meta/recipes-devtools/llvm/llvm_git.bb | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/meta/recipes-devtools/llvm/llvm_git.bb b/meta/recipes-
> devtools/llvm/llvm_git.bb
> index 0067635c2b..6d3d69b9fb 100644
> --- a/meta/recipes-devtools/llvm/llvm_git.bb
> +++ b/meta/recipes-devtools/llvm/llvm_git.bb
> @@ -8,7 +8,7 @@ SECTION = "devel"
>  
>  LIC_FILES_CHKSUM =
> "file://LICENSE.TXT;md5=c6b766a4e85dd28301eeed54a6684648"
>  
> -DEPENDS = "libffi libxml2 zlib ninja-native llvm-native"
> +DEPENDS = "libffi libxml2 zlib libedit ninja-native llvm-native"
>  
>  RDEPENDS_${PN}_append_class-target = " ncurses-terminfo"
>  
> @@ -19,12 +19,12 @@ PROVIDES += "llvm${PV}"
>  LLVM_RELEASE = "${PV}"
>  LLVM_DIR = "llvm${LLVM_RELEASE}"
>  
> -SRCREV = "d2298e74235598f15594fe2c99bbac870a507c59"
> +SRCREV = "19a71f6bdf2dddb10764939e7f0ec2b98dba76c9"
>  
>  BRANCH = "release/${MAJOR_VERSION}.x"
>  MAJOR_VERSION = "8"
>  MINOR_VERSION = "0"
> -PATCH_VERSION = "0"
> +PATCH_VERSION = "1"

I had to tweak MESA_LLVM_RELEASE in the mesa recipe to match this
change...

(squashed into this patch in -next)

Cheers,

Richard



More information about the Openembedded-core mailing list