All of lore.kernel.org
 help / color / mirror / Atom feed
From: He Zhe <zhe.he@windriver.com>
To: Martin Jansa <martin.jansa@gmail.com>
Cc: openembedded-devel <openembedded-devel@lists.openembedded.org>
Subject: Re: [meta-networking] [PATCH] spice: Upgrade 0.14.0 -> 0.14.1
Date: Tue, 4 Sep 2018 19:35:19 +0800	[thread overview]
Message-ID: <a0d102fd-506f-8492-15cd-a42d9c91e518@windriver.com> (raw)
In-Reply-To: <CA+chaQf8RHYtDy-hRv0z99EzpaLJBZr-uTNcfQ+kPs8Jsa2wAA@mail.gmail.com>

Emm, this was merged just before I finished my fix...
Anyway 0.14.1 resolves new CVE, I'll send v2 without HAVE_STDLIB_H part.

Thanks,
Zhe

On 2018年09月04日 19:22, Martin Jansa wrote:
> Wasn't this conflict with jpeglib.h already resolved in:
> http://git.openembedded.org/openembedded-core/commit/?id=d1e09cb2521ccb9d02ced2d61abb4034cb04836d ?
> it works for me.
>
> On Tue, Sep 4, 2018 at 1:09 PM He Zhe <zhe.he@windriver.com <mailto:zhe.he@windriver.com>> wrote:
>
>     - Fix the following build error.
>
>     ../config.h:65: error: "HAVE_STDLIB_H" redefined [-Werror]
>
>     jpeglib.h from libjpeg contains the same definition of HAVE_STDLIB_H
>     which is supposed to be overwritten. -Werror changes the warning to
>     an error. This patches deletes the definition in jpeglib.h
>
>     - Adjust location of spice-common source as new spice asks spice-common
>     to be put under "subprojects" directory.
>
>     Signed-off-by: He Zhe <zhe.he@windriver.com <mailto:zhe.he@windriver.com>>
>     ---
>      meta-networking/recipes-support/spice/spice_git.bb <http://spice_git.bb> | 13 +++++++++----
>      1 file changed, 9 insertions(+), 4 deletions(-)
>
>     diff --git a/meta-networking/recipes-support/spice/spice_git.bb <http://spice_git.bb> b/meta-networking/recipes-support/spice/spice_git.bb <http://spice_git.bb>
>     index 38b8bf306..5c0b2ca2a 100644
>     --- a/meta-networking/recipes-support/spice/spice_git.bb <http://spice_git.bb>
>     +++ b/meta-networking/recipes-support/spice/spice_git.bb <http://spice_git.bb>
>     @@ -13,18 +13,19 @@ architectures."
>      LICENSE = "BSD & LGPLv2.1+"
>      LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
>
>     -PV = "0.14.0+git${SRCPV}"
>     +PV = "0.14.1+git${SRCPV}"
>
>     -SRCREV_spice = "f1050bfc76c9c4146257e087baf74e0b62d7d218"
>     -SRCREV_spice-common = "95743f40a2da39e0a19859c305e69e2c99d39e42"
>     +SRCREV_spice = "eaa07ef15cfc3bf57a69da2576af66f028787774"
>     +SRCREV_spice-common = "6b93b3fce8909b836ef1d1434d191900d8aa00be"
>
>      SRCREV_FORMAT = "spice_spice-common"
>
>      SRC_URI = " \
>          git://anongit.freedesktop.org/spice/spice;name=spice <http://anongit.freedesktop.org/spice/spice;name=spice> \
>     -    git://anongit.freedesktop.org/spice/spice-common;destsuffix=git/spice-common;name=spice-common <http://anongit.freedesktop.org/spice/spice-common;destsuffix=git/spice-common;name=spice-common> \
>     +    git://anongit.freedesktop.org/spice/spice-common;destsuffix=git/subprojects/spice-common;name=spice-common <http://anongit.freedesktop.org/spice/spice-common;destsuffix=git/subprojects/spice-common;name=spice-common> \
>          file://0001-Convert-pthread_t-to-be-numeric.patch \
>      "
>     +
>      FOO = "\
>          file://0001-build-allow-separated-src-and-build-dirs.patch \
>      "
>     @@ -55,3 +56,7 @@ PACKAGECONFIG[xinerama] = "--enable-xinerama,--disable-xinerama,libxinerama,"
>      COMPATIBLE_HOST = '(x86_64|i.86).*-linux'
>
>      BBCLASSEXTEND = "native nativesdk"
>     +
>     +do_configure_append () {
>     +    sed -i -e '/#define HAVE_STDLIB_H/d' ${STAGING_DIR_HOST}/usr/include/jconfig.h
>     +}
>     -- 
>     2.11.0
>
>     -- 
>     _______________________________________________
>     Openembedded-devel mailing list
>     Openembedded-devel@lists.openembedded.org <mailto:Openembedded-devel@lists.openembedded.org>
>     http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>



  reply	other threads:[~2018-09-04 11:35 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-04 11:09 [meta-networking] [PATCH] spice: Upgrade 0.14.0 -> 0.14.1 He Zhe
2018-09-04 11:22 ` Martin Jansa
2018-09-04 11:35   ` He Zhe [this message]
2018-09-04 11:56 [meta-networking][PATCH] " He Zhe
2018-09-04 20:56 ` Khem Raj
2018-09-05  2:52   ` He Zhe
2018-09-05  3:00     ` Khem Raj

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a0d102fd-506f-8492-15cd-a42d9c91e518@windriver.com \
    --to=zhe.he@windriver.com \
    --cc=martin.jansa@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.