[oe] [meta-networking][PATCH] spice, spice-protocol: Uprev to 0.14.0

Khem Raj raj.khem at gmail.com
Thu May 23 19:01:41 UTC 2019


On Thu, May 23, 2019 at 11:10 AM Adrian Bunk <bunk at stusta.de> wrote:

> On Thu, May 23, 2019 at 10:47:35AM -0700, Khem Raj wrote:
> >...
> > --- a/meta-networking/recipes-support/spice/spice-protocol_git.bb
> > +++ b/meta-networking/recipes-support/spice/spice-protocol_git.bb
> > @@ -13,9 +13,9 @@ architectures."
> >  LICENSE = "BSD"
> >  LIC_FILES_CHKSUM = "file://COPYING;md5=b37311cb5604f3e5cc2fb0fd23527e95"
> >
> > -PV = "0.12.13+git${SRCPV}"
> > +PV = "0.14.0+git${SRCPV}"
> >
> > -SRCREV = "87441524f4e7b79658e42bd8f1f6c3e3c8649aa5"
> > +SRCREV = "f72ece993aeaf23f77e2845562b20e5563e52ba0"
> >...
>
> The previous one was a git snapshot but this is a release,
> so +git should be dropped from PV.
>
> >...
> > Add -Wno-address-of-packed-member needed with gcc9
> >
> > replace _append += with just _append syntax
> >...
> > +CFLAGS += "-Wno-address-of-packed-member"
> > +
> >  PACKAGECONFIG_class-native = ""
> >  PACKAGECONFIG_class-nativesdk = ""
> >  PACKAGECONFIG ?= "sasl"
> > @@ -54,4 +55,4 @@ COMPATIBLE_HOST = '(x86_64|i.86).*-linux'
> >
> >  BBCLASSEXTEND = "native nativesdk"
> >
> > -EXTRA_OECONF_toolchain-clang += "--disable-werror"
> > +EXTRA_OECONF_append_toolchain-clang = " --disable-werror"
> >...
>
> Would adding --disable-werror for all toolchains also fix the
> gcc 9 build error?


It will but so far we have not needed it and would like to keep it this way
since it helps the upstream packages to fix the issues as they happen

>
>
> cu
> Adrian
>
> --
>
>        "Is there not promise of rain?" Ling Tan asked suddenly out
>         of the darkness. There had been need of rain for many days.
>        "Only a promise," Lao Er said.
>                                        Pearl S. Buck - Dragon Seed
>
>


More information about the Openembedded-devel mailing list