All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Khem Raj" <raj.khem@gmail.com>
To: "Andreas Müller" <schnitzeltony@gmail.com>
Cc: openembeded-devel <openembedded-devel@lists.openembedded.org>
Subject: Re: [oe] [PATCH 13/17] protobuf-c: upgrade 1.3.3 -> 1.4.0
Date: Sat, 22 May 2021 05:44:34 -0700	[thread overview]
Message-ID: <CAMKF1srHF+Wj8EzoqjQ9AfmoPVvnp-GH_49fMYHod0DZ7WN3rA@mail.gmail.com> (raw)
In-Reply-To: <20210522013521.588774-13-schnitzeltony@gmail.com>

seeing errors

https://errors.yoctoproject.org/Errors/Details/585453/
https://errors.yoctoproject.org/Errors/Details/585452/

On Fri, May 21, 2021 at 6:35 PM Andreas Müller <schnitzeltony@gmail.com> wrote:
>
> Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
> ---
>  .../protobuf-c/0001-avoid-race-condition.patch         | 10 +++++-----
>  .../{protobuf-c_1.3.3.bb => protobuf-c_1.4.0.bb}       |  2 +-
>  2 files changed, 6 insertions(+), 6 deletions(-)
>  rename meta-oe/recipes-devtools/protobuf/{protobuf-c_1.3.3.bb => protobuf-c_1.4.0.bb} (96%)
>
> diff --git a/meta-oe/recipes-devtools/protobuf/protobuf-c/0001-avoid-race-condition.patch b/meta-oe/recipes-devtools/protobuf/protobuf-c/0001-avoid-race-condition.patch
> index 4fc7703d8..17fa14092 100644
> --- a/meta-oe/recipes-devtools/protobuf/protobuf-c/0001-avoid-race-condition.patch
> +++ b/meta-oe/recipes-devtools/protobuf/protobuf-c/0001-avoid-race-condition.patch
> @@ -20,17 +20,17 @@ Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
>   1 file changed, 1 insertion(+)
>
>  diff --git a/Makefile.am b/Makefile.am
> -index b0cb065..1608ae0 100644
> +index c7339ef..882756d 100644
>  --- a/Makefile.am
>  +++ b/Makefile.am
> -@@ -156,6 +156,7 @@ noinst_PROGRAMS += \
> - t_generated_code2_cxx_generate_packed_data_SOURCES = \
> +@@ -166,6 +166,7 @@ t_generated_code2_cxx_generate_packed_data_SOURCES = \
>         t/generated-code2/cxx-generate-packed-data.cc \
> -       t/test-full.pb.cc
> +       t/test-full.pb.cc \
> +       protobuf-c/protobuf-c.pb.cc
>  +t/generated-code2/cxx-generate-packed-data.cc: t/test-full.pb.h
>   $(t_generated_code2_cxx_generate_packed_data_OBJECTS): t/test-full.pb.h
>   t_generated_code2_cxx_generate_packed_data_CXXFLAGS = \
>         $(AM_CXXFLAGS) \
>  --
> -2.17.1
> +2.31.1
>
> diff --git a/meta-oe/recipes-devtools/protobuf/protobuf-c_1.3.3.bb b/meta-oe/recipes-devtools/protobuf/protobuf-c_1.4.0.bb
> similarity index 96%
> rename from meta-oe/recipes-devtools/protobuf/protobuf-c_1.3.3.bb
> rename to meta-oe/recipes-devtools/protobuf/protobuf-c_1.4.0.bb
> index 6fef0bed2..85172047a 100644
> --- a/meta-oe/recipes-devtools/protobuf/protobuf-c_1.3.3.bb
> +++ b/meta-oe/recipes-devtools/protobuf/protobuf-c_1.4.0.bb
> @@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=cb901168715f4782a2b06c3ddaefa558"
>
>  DEPENDS = "protobuf-native protobuf"
>
> -SRCREV = "f20a3fa131c275a0e795d99a28f94b4dbbb5af26"
> +SRCREV = "f224ab2eeb648a818eb20687d7150a285442c907"
>
>  SRC_URI = "git://github.com/protobuf-c/protobuf-c.git \
>             file://0001-avoid-race-condition.patch \
> --
> 2.31.1
>
>
> 
>

  reply	other threads:[~2021-05-22 12:45 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-22  1:35 [PATCH 01/17] giflib: upgrade 5.1.4 -> 5.2.1 Andreas Müller
2021-05-22  1:35 ` [PATCH 02/17] gnuplot: upgrade 5.2.8 -> 5.4.1 Andreas Müller
2021-05-22  1:35 ` [PATCH 03/17] zsh: upgrade 5.4.2 -> 5.8 Andreas Müller
2021-05-22  1:35 ` [PATCH 04/17] ttf-lohit: upgrade 2 -> 2.92.1 Andreas Müller
2021-05-22  1:35 ` [PATCH 05/17] xrdp: upgrade 0.9.15 -> 0.9.16 Andreas Müller
2021-05-22  1:35 ` [PATCH 06/17] snappy: upgrade 1.1.8 -> 1.1.9 Andreas Müller
2021-05-22  1:35 ` [PATCH 07/17] redis: upgrade 6.2.2 -> 6.2.3 Andreas Müller
2021-05-22  1:35 ` [PATCH 08/17] remmina: upgrade 1.4.11 -> 1.4.17 Andreas Müller
2021-05-22  1:35 ` [PATCH 09/17] libpeas: upgrade 1.26.0 -> 1.30.0 Andreas Müller
2021-05-22  1:35 ` [PATCH 10/17] modemmanager: upgrade 1.16.2 -> 1.16.4 Andreas Müller
2021-05-22  1:35 ` [PATCH 11/17] mm-common: upgrade 1.0.2 -> 1.0.3 Andreas Müller
2021-05-22  1:35 ` [PATCH 12/17] protobuf: upgrade 3.15.2 -> 3.17.0 Andreas Müller
2021-05-22  1:35 ` [PATCH 13/17] protobuf-c: upgrade 1.3.3 -> 1.4.0 Andreas Müller
2021-05-22 12:44   ` Khem Raj [this message]
2021-05-22 15:15     ` [oe] " Andreas Müller
2021-05-22  1:35 ` [PATCH 14/17] qpdf: upgrade 10.2.0 -> 10.3.2 Andreas Müller
2021-05-22  1:35 ` [PATCH 15/17] libmxml: upgrade 3.1 -> 3.2 Andreas Müller
2021-05-22  1:35 ` [PATCH 16/17] libeigen: upgrade 3.3.7 -> 3.3.7 Andreas Müller
2021-05-22  8:36   ` [oe] " Jose Quaresma
2021-05-22  9:10     ` Andreas Müller
2021-05-22  1:35 ` [PATCH 17/17] libgusb: upgrade 0.3.5 -> 0.3.6 Andreas Müller
2021-05-22  2:59 ` [oe] [PATCH 01/17] giflib: upgrade 5.1.4 -> 5.2.1 Khem Raj
2021-05-22  8:28   ` Andreas Müller

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=CAMKF1srHF+Wj8EzoqjQ9AfmoPVvnp-GH_49fMYHod0DZ7WN3rA@mail.gmail.com \
    --to=raj.khem@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    --cc=schnitzeltony@gmail.com \
    /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.