All of lore.kernel.org
 help / color / mirror / Atom feed
* [oe] [meta-oe] [PATCH] fmt: upgrade 8.0.1 -> 8.1.1
@ 2022-01-21  0:35 Wang Mingyu
  2022-01-21  0:35 ` [oe] [meta-oe] [PATCH] sdbus-c++-libsystemd: upgrade 249 -> 250.3 Wang Mingyu
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Wang Mingyu @ 2022-01-21  0:35 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

Changelog:
=========
Restored ABI compatibility with version 8.0.x
Fixed chrono formatting on big endian systems
Fixed a linkage error with mingw

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta-oe/recipes-support/fmt/{fmt_8.0.1.bb => fmt_8.1.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/fmt/{fmt_8.0.1.bb => fmt_8.1.1.bb} (90%)

diff --git a/meta-oe/recipes-support/fmt/fmt_8.0.1.bb b/meta-oe/recipes-support/fmt/fmt_8.1.1.bb
similarity index 90%
rename from meta-oe/recipes-support/fmt/fmt_8.0.1.bb
rename to meta-oe/recipes-support/fmt/fmt_8.1.1.bb
index ee14ad55b..c53dd3890 100644
--- a/meta-oe/recipes-support/fmt/fmt_8.0.1.bb
+++ b/meta-oe/recipes-support/fmt/fmt_8.1.1.bb
@@ -5,7 +5,7 @@ LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=af88d758f75f3c5c48a967501f24384b"
 
 SRC_URI = "git://github.com/fmtlib/fmt;branch=master;protocol=https"
-SRCREV = "d141cdbeb0fb422a3fb7173b285fd38e0d1772dc"
+SRCREV = "b6f4ceaed0a0a24ccf575fab6c56dd50ccf6f1a9"
 
 S = "${WORKDIR}/git"
 
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [oe] [meta-oe] [PATCH] sdbus-c++-libsystemd: upgrade 249 -> 250.3
  2022-01-21  0:35 [oe] [meta-oe] [PATCH] fmt: upgrade 8.0.1 -> 8.1.1 Wang Mingyu
@ 2022-01-21  0:35 ` Wang Mingyu
  2022-01-21 19:40   ` Khem Raj
  2022-01-21  0:35 ` [oe] [meta-oe] [PATCH] sdbus-c++-tools: upgrade 1.0.0 -> 1.1.0 Wang Mingyu
  2022-01-24 19:18 ` [oe] [meta-oe] [PATCH] fmt: upgrade 8.0.1 -> 8.1.1 Khem Raj
  2 siblings, 1 reply; 7+ messages in thread
From: Wang Mingyu @ 2022-01-21  0:35 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...us-c++-libsystemd_249.bb => sdbus-c++-libsystemd_250.3.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-core/sdbus-c++/{sdbus-c++-libsystemd_249.bb => sdbus-c++-libsystemd_250.3.bb} (97%)

diff --git a/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd_249.bb b/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd_250.3.bb
similarity index 97%
rename from meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd_249.bb
rename to meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd_250.3.bb
index a3ef6a747..0cd96f528 100644
--- a/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd_249.bb
+++ b/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd_250.3.bb
@@ -10,8 +10,8 @@ inherit meson pkgconfig
 
 DEPENDS += "gperf-native gettext-native util-linux libcap util-linux python3-jinja2-native"
 
-SRCREV = "00b0393e65252bf631670604f58b844780b08c50"
-SRCBRANCH = "v249-stable"
+SRCREV = "1b003bbc806198dbdd57b405d968f30565495e70"
+SRCBRANCH = "v250-stable"
 SRC_URI = "git://github.com/systemd/systemd-stable.git;protocol=https;branch=${SRCBRANCH} \
            file://static-libsystemd-pkgconfig.patch \
            "
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [oe] [meta-oe] [PATCH] sdbus-c++-tools: upgrade 1.0.0 -> 1.1.0
  2022-01-21  0:35 [oe] [meta-oe] [PATCH] fmt: upgrade 8.0.1 -> 8.1.1 Wang Mingyu
  2022-01-21  0:35 ` [oe] [meta-oe] [PATCH] sdbus-c++-libsystemd: upgrade 249 -> 250.3 Wang Mingyu
@ 2022-01-21  0:35 ` Wang Mingyu
  2022-01-24 19:18 ` [oe] [meta-oe] [PATCH] fmt: upgrade 8.0.1 -> 8.1.1 Khem Raj
  2 siblings, 0 replies; 7+ messages in thread
From: Wang Mingyu @ 2022-01-21  0:35 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

Changelog:
=========
Fix timeout handling for asynchronous method calls
Add support for unregistering signal handler
Add support for chrono literals in sdbus-c++-xml2cpp generator
Additional little fixes and improvements in code, build system, and documentation

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{sdbus-c++-tools_1.0.0.bb => sdbus-c++-tools_1.1.0.bb}      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-core/sdbus-c++/{sdbus-c++-tools_1.0.0.bb => sdbus-c++-tools_1.1.0.bb} (88%)

diff --git a/meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_1.0.0.bb b/meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_1.1.0.bb
similarity index 88%
rename from meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_1.0.0.bb
rename to meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_1.1.0.bb
index 35e940160..1064b85b3 100644
--- a/meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_1.0.0.bb
+++ b/meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_1.1.0.bb
@@ -8,7 +8,7 @@ inherit cmake
 
 DEPENDS += "expat"
 
-SRCREV = "65782bbf435d91e5eb6af9ddab110df406a824a9"
+SRCREV = "bca8e81037766a0454740c40307eea32831c101f"
 SRC_URI = "git://github.com/Kistler-Group/sdbus-cpp.git;protocol=https;branch=master;subpath=tools"
 
 S = "${WORKDIR}/tools"
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: [oe] [meta-oe] [PATCH] sdbus-c++-libsystemd: upgrade 249 -> 250.3
  2022-01-21  0:35 ` [oe] [meta-oe] [PATCH] sdbus-c++-libsystemd: upgrade 249 -> 250.3 Wang Mingyu
@ 2022-01-21 19:40   ` Khem Raj
  2022-01-24  2:57     ` wangmy
  0 siblings, 1 reply; 7+ messages in thread
From: Khem Raj @ 2022-01-21 19:40 UTC (permalink / raw)
  To: wangmy; +Cc: openembeded-devel

this fails on musl
https://errors.yoctoproject.org/Errors/Details/623260/

On Thu, Jan 20, 2022 at 4:36 PM wangmy <wangmy@fujitsu.com> wrote:
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
>  ...us-c++-libsystemd_249.bb => sdbus-c++-libsystemd_250.3.bb} | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>  rename meta-oe/recipes-core/sdbus-c++/{sdbus-c++-libsystemd_249.bb => sdbus-c++-libsystemd_250.3.bb} (97%)
>
> diff --git a/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd_249.bb b/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd_250.3.bb
> similarity index 97%
> rename from meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd_249.bb
> rename to meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd_250.3.bb
> index a3ef6a747..0cd96f528 100644
> --- a/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd_249.bb
> +++ b/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd_250.3.bb
> @@ -10,8 +10,8 @@ inherit meson pkgconfig
>
>  DEPENDS += "gperf-native gettext-native util-linux libcap util-linux python3-jinja2-native"
>
> -SRCREV = "00b0393e65252bf631670604f58b844780b08c50"
> -SRCBRANCH = "v249-stable"
> +SRCREV = "1b003bbc806198dbdd57b405d968f30565495e70"
> +SRCBRANCH = "v250-stable"
>  SRC_URI = "git://github.com/systemd/systemd-stable.git;protocol=https;branch=${SRCBRANCH} \
>             file://static-libsystemd-pkgconfig.patch \
>             "
> --
> 2.25.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#94961): https://lists.openembedded.org/g/openembedded-devel/message/94961
> Mute This Topic: https://lists.openembedded.org/mt/88573656/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>


^ permalink raw reply	[flat|nested] 7+ messages in thread

* RE: [oe] [meta-oe] [PATCH] sdbus-c++-libsystemd: upgrade 249 -> 250.3
  2022-01-21 19:40   ` Khem Raj
@ 2022-01-24  2:57     ` wangmy
  2022-01-24  5:13       ` Khem Raj
  0 siblings, 1 reply; 7+ messages in thread
From: wangmy @ 2022-01-24  2:57 UTC (permalink / raw)
  To: Khem Raj; +Cc: openembeded-devel

When compiling the systemd, this message will be displayed: 
systemd-1_250.1-r0 do_warn_musl: Using systemd with musl is not recommended since it is not supported upstream and some patches are known to be problematic.
Does sdbus-c++-libsystemd need to be compiled in musl?

  --
Best Regards
---------------------------------------------------
Wang Mingyu
Development Dept.I
Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST) No. 6 Wenzhu Road, Nanjing, 210012, China
TEL: +86+25-86630566-8568
COINS: 79988548
FAX: +86+25-83317685
MAIL: wangmy@fujitsu.com
http://www.fujitsu.com/cn/fnst/

> -----Original Message-----
> From: Khem Raj <raj.khem@gmail.com>
> Sent: Saturday, January 22, 2022 3:40 AM
> To: Wang, Mingyu/王 鸣瑜 <wangmy@fujitsu.com>
> Cc: openembeded-devel <openembedded-devel@lists.openembedded.org>
> Subject: Re: [oe] [meta-oe] [PATCH] sdbus-c++-libsystemd: upgrade 249 ->
> 250.3
> 
> this fails on musl
> https://errors.yoctoproject.org/Errors/Details/623260/
> 
> On Thu, Jan 20, 2022 at 4:36 PM wangmy <wangmy@fujitsu.com> wrote:
> >
> > Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> > ---
> >  ...us-c++-libsystemd_249.bb => sdbus-c++-libsystemd_250.3.bb} | 4
> > ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)  rename
> > meta-oe/recipes-core/sdbus-c++/{sdbus-c++-libsystemd_249.bb =>
> > sdbus-c++-libsystemd_250.3.bb} (97%)
> >
> > diff --git
> > a/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd_249.bb
> > b/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd_250.3.bb
> > similarity index 97%
> > rename from
> meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd_249.bb
> > rename to
> meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd_250.3.bb
> > index a3ef6a747..0cd96f528 100644
> > --- a/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd_249.bb
> > +++ b/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd_250.3.bb
> > @@ -10,8 +10,8 @@ inherit meson pkgconfig
> >
> >  DEPENDS += "gperf-native gettext-native util-linux libcap util-linux
> python3-jinja2-native"
> >
> > -SRCREV = "00b0393e65252bf631670604f58b844780b08c50"
> > -SRCBRANCH = "v249-stable"
> > +SRCREV = "1b003bbc806198dbdd57b405d968f30565495e70"
> > +SRCBRANCH = "v250-stable"
> >  SRC_URI =
> "git://github.com/systemd/systemd-stable.git;protocol=https;branch=${SRC
> BRANCH} \
> >             file://static-libsystemd-pkgconfig.patch \
> >             "
> > --
> > 2.25.1
> >
> >
> > -=-=-=-=-=-=-=-=-=-=-=-
> > Links: You receive all messages sent to this group.
> > View/Reply Online (#94961):
> > https://lists.openembedded.org/g/openembedded-devel/message/94961
> > Mute This Topic: https://lists.openembedded.org/mt/88573656/1997914
> > Group Owner: openembedded-devel+owner@lists.openembedded.org
> > Unsubscribe:
> https://lists.openembedded.org/g/openembedded-devel/unsub
> > [raj.khem@gmail.com]
> > -=-=-=-=-=-=-=-=-=-=-=-
> >

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [oe] [meta-oe] [PATCH] sdbus-c++-libsystemd: upgrade 249 -> 250.3
  2022-01-24  2:57     ` wangmy
@ 2022-01-24  5:13       ` Khem Raj
  0 siblings, 0 replies; 7+ messages in thread
From: Khem Raj @ 2022-01-24  5:13 UTC (permalink / raw)
  To: wangmy; +Cc: openembeded-devel

[-- Attachment #1: Type: text/plain, Size: 3449 bytes --]

On Sun, Jan 23, 2022 at 6:57 PM wangmy@fujitsu.com <wangmy@fujitsu.com>
wrote:

> When compiling the systemd, this message will be displayed:
> systemd-1_250.1-r0 do_warn_musl: Using systemd with musl is not
> recommended since it is not supported upstream and some patches are known
> to be problematic.
> Does sdbus-c++-libsystemd need to be compiled in musl?
>

Yes. I have send a patch to bring in needed patches for systemd 250 on musl


>   --
> Best Regards
> ---------------------------------------------------
> Wang Mingyu
> Development Dept.I
> Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST) No. 6 Wenzhu Road,
> Nanjing, 210012, China
> <https://www.google.com/maps/search/Wenzhu+Road,+Nanjing,+210012,+China?entry=gmail&source=g>
> TEL: +86+25-86630566-8568
> COINS: 79988548
> FAX: +86+25-83317685
> MAIL: wangmy@fujitsu.com
> http://www.fujitsu.com/cn/fnst/
>
> > -----Original Message-----
> > From: Khem Raj <raj.khem@gmail.com>
> > Sent: Saturday, January 22, 2022 3:40 AM
> > To: Wang, Mingyu/王 鸣瑜 <wangmy@fujitsu.com>
> > Cc: openembeded-devel <openembedded-devel@lists.openembedded.org>
> > Subject: Re: [oe] [meta-oe] [PATCH] sdbus-c++-libsystemd: upgrade 249 ->
> > 250.3
> >
> > this fails on musl
> > https://errors.yoctoproject.org/Errors/Details/623260/
> >
> > On Thu, Jan 20, 2022 at 4:36 PM wangmy <wangmy@fujitsu.com> wrote:
> > >
> > > Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> > > ---
> > >  ...us-c++-libsystemd_249.bb => sdbus-c++-libsystemd_250.3.bb} | 4
> > > ++--
> > >  1 file changed, 2 insertions(+), 2 deletions(-)  rename
> > > meta-oe/recipes-core/sdbus-c++/{sdbus-c++-libsystemd_249.bb =>
> > > sdbus-c++-libsystemd_250.3.bb} (97%)
> > >
> > > diff --git
> > > a/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd_249.bb
> > > b/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd_250.3.bb
> > > similarity index 97%
> > > rename from
> > meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd_249.bb
> > > rename to
> > meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd_250.3.bb
> > > index a3ef6a747..0cd96f528 100644
> > > --- a/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd_249.bb
> > > +++ b/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd_250.3.bb
> > > @@ -10,8 +10,8 @@ inherit meson pkgconfig
> > >
> > >  DEPENDS += "gperf-native gettext-native util-linux libcap util-linux
> > python3-jinja2-native"
> > >
> > > -SRCREV = "00b0393e65252bf631670604f58b844780b08c50"
> > > -SRCBRANCH = "v249-stable"
> > > +SRCREV = "1b003bbc806198dbdd57b405d968f30565495e70"
> > > +SRCBRANCH = "v250-stable"
> > >  SRC_URI =
> > "git://github.com/systemd/systemd-stable.git;protocol=https;branch=${SRC
> <http://github.com/systemd/systemd-stable.git;protocol=https;branch=$%7BSRC>
> > BRANCH} \
> > >             file://static-libsystemd-pkgconfig.patch \
> > >             "
> > > --
> > > 2.25.1
> > >
> > >
> > > -=-=-=-=-=-=-=-=-=-=-=-
> > > Links: You receive all messages sent to this group.
> > > View/Reply Online (#94961):
> > > https://lists.openembedded.org/g/openembedded-devel/message/94961
> > > Mute This Topic: https://lists.openembedded.org/mt/88573656/1997914
> > > Group Owner: openembedded-devel+owner@lists.openembedded.org
> > > Unsubscribe:
> > https://lists.openembedded.org/g/openembedded-devel/unsub
> > > [raj.khem@gmail.com]
> > > -=-=-=-=-=-=-=-=-=-=-=-
> > >
>

[-- Attachment #2: Type: text/html, Size: 6419 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [oe] [meta-oe] [PATCH] fmt: upgrade 8.0.1 -> 8.1.1
  2022-01-21  0:35 [oe] [meta-oe] [PATCH] fmt: upgrade 8.0.1 -> 8.1.1 Wang Mingyu
  2022-01-21  0:35 ` [oe] [meta-oe] [PATCH] sdbus-c++-libsystemd: upgrade 249 -> 250.3 Wang Mingyu
  2022-01-21  0:35 ` [oe] [meta-oe] [PATCH] sdbus-c++-tools: upgrade 1.0.0 -> 1.1.0 Wang Mingyu
@ 2022-01-24 19:18 ` Khem Raj
  2 siblings, 0 replies; 7+ messages in thread
From: Khem Raj @ 2022-01-24 19:18 UTC (permalink / raw)
  To: wangmy; +Cc: openembeded-devel

since we use external fmt in spdlog this update regresses gerbera see
https://errors.yoctoproject.org/Errors/Details/623452/

On Thu, Jan 20, 2022 at 4:36 PM wangmy <wangmy@fujitsu.com> wrote:
>
> Changelog:
> =========
> Restored ABI compatibility with version 8.0.x
> Fixed chrono formatting on big endian systems
> Fixed a linkage error with mingw
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
>  meta-oe/recipes-support/fmt/{fmt_8.0.1.bb => fmt_8.1.1.bb} | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  rename meta-oe/recipes-support/fmt/{fmt_8.0.1.bb => fmt_8.1.1.bb} (90%)
>
> diff --git a/meta-oe/recipes-support/fmt/fmt_8.0.1.bb b/meta-oe/recipes-support/fmt/fmt_8.1.1.bb
> similarity index 90%
> rename from meta-oe/recipes-support/fmt/fmt_8.0.1.bb
> rename to meta-oe/recipes-support/fmt/fmt_8.1.1.bb
> index ee14ad55b..c53dd3890 100644
> --- a/meta-oe/recipes-support/fmt/fmt_8.0.1.bb
> +++ b/meta-oe/recipes-support/fmt/fmt_8.1.1.bb
> @@ -5,7 +5,7 @@ LICENSE = "MIT"
>  LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=af88d758f75f3c5c48a967501f24384b"
>
>  SRC_URI = "git://github.com/fmtlib/fmt;branch=master;protocol=https"
> -SRCREV = "d141cdbeb0fb422a3fb7173b285fd38e0d1772dc"
> +SRCREV = "b6f4ceaed0a0a24ccf575fab6c56dd50ccf6f1a9"
>
>  S = "${WORKDIR}/git"
>
> --
> 2.25.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#94963): https://lists.openembedded.org/g/openembedded-devel/message/94963
> Mute This Topic: https://lists.openembedded.org/mt/88573659/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-01-24 19:18 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-21  0:35 [oe] [meta-oe] [PATCH] fmt: upgrade 8.0.1 -> 8.1.1 Wang Mingyu
2022-01-21  0:35 ` [oe] [meta-oe] [PATCH] sdbus-c++-libsystemd: upgrade 249 -> 250.3 Wang Mingyu
2022-01-21 19:40   ` Khem Raj
2022-01-24  2:57     ` wangmy
2022-01-24  5:13       ` Khem Raj
2022-01-21  0:35 ` [oe] [meta-oe] [PATCH] sdbus-c++-tools: upgrade 1.0.0 -> 1.1.0 Wang Mingyu
2022-01-24 19:18 ` [oe] [meta-oe] [PATCH] fmt: upgrade 8.0.1 -> 8.1.1 Khem Raj

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.