[OE-core] [PATCH 2/2] llvm: Update to 8.0.1
Khem Raj
raj.khem at gmail.com
Sat Aug 3 12:13:15 UTC 2019
Thanks for taking care of this I noticed this failure last night as well
On Sat, Aug 3, 2019 at 3:53 AM Richard Purdie <
richard.purdie at linuxfoundation.org> wrote:
> 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
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20190803/530ce2fd/attachment.html>
More information about the Openembedded-core
mailing list