[meta-oe] sdbus-c++-libsystemd: upgrade 249 -> 250.3

Message ID 1642725351-24004-2-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series [meta-oe] sdbus-c++-libsystemd: upgrade 249 -> 250.3 | expand

Commit Message

Mingyu Wang (Fujitsu) Jan. 21, 2022, 12:35 a.m. UTC
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%)

Comments

Khem Raj Jan. 21, 2022, 7:40 p.m. UTC | #1
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]
> -=-=-=-=-=-=-=-=-=-=-=-
>
Mingyu Wang (Fujitsu) Jan. 24, 2022, 2:57 a.m. UTC | #2
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]
> > -=-=-=-=-=-=-=-=-=-=-=-
> >
Khem Raj Jan. 24, 2022, 5:13 a.m. UTC | #3
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]
> > > -=-=-=-=-=-=-=-=-=-=-=-
> > >
>

Patch

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 \
            "