[oe] [meta-oe][PATCH 1/3] dbus-broker: 19 -> 21

Luca Boccassi luca.boccassi at gmail.com
Mon Oct 28 10:18:24 UTC 2019


On Sat, 2019-10-26 at 08:09 +0100, Khem Raj wrote:
> Luca
> 
> This fails to build on musl/x86
> 
> > ../dbus-broker-21/src/launch/launcher.c: In function
> > 'launcher_fork':
> > ../dbus-broker-21/src/launch/launcher.c:378:60: error: 'WEXITED'
> 
> undeclared (first use in this function); did you mean 'WIFEXITED'?
> >   378 |         r = sd_event_add_child(launcher->event, NULL, pid,
> 
> WEXITED, launcher_on_child_exit, launcher);
> >       |                                                            
> > ^~~~~~~
> >       |                                                            
> > WIFEXITED
> 
> 
> II think the source file needs to include <sys/wait.h>

Thank you for the test and the hint - my distro builds with glibc so I
missed this. I'll test it locally and send a v2.

> On Fri, Oct 25, 2019 at 8:13 PM <
> luca.boccassi at gmail.com
> > wrote:
> > From: Luca Boccassi <
> > luca.boccassi at microsoft.com
> > >
> > 
> > Add /lib/systemd/catalog to the package, as snippets for the
> > journal are
> > now shipped.
> > 
> > Signed-off-by: Luca Boccassi <
> > luca.boccassi at microsoft.com
> > >
> > ---
> >  .../recipes-core/dbus/{dbus-broker_19.bb => dbus-broker_21.bb} | 3
> > ++-
> >  1 file changed, 2 insertions(+), 1 deletion(-)
> >  rename meta-oe/recipes-core/dbus/{dbus-broker_19.bb => dbus-
> > broker_21.bb} (80%)
> > 
> > diff --git a/meta-oe/recipes-core/dbus/dbus-broker_19.bb b/meta-
> > oe/recipes-core/dbus/dbus-broker_21.bb
> > similarity index 80%
> > rename from meta-oe/recipes-core/dbus/dbus-broker_19.bb
> > rename to meta-oe/recipes-core/dbus/dbus-broker_21.bb
> > index 82d8b8ba6..0b0301fe0 100644
> > --- a/meta-oe/recipes-core/dbus/dbus-broker_19.bb
> > +++ b/meta-oe/recipes-core/dbus/dbus-broker_21.bb
> > @@ -7,7 +7,7 @@ LICENSE = "Apache-2.0"
> >  LIC_FILES_CHKSUM = "
> > file://LICENSE;md5=7b486c2338d225a1405d979ed2c15ce8"
> > 
> > 
> >  SRC_URI = "
> > https://github.com/bus1/dbus-broker/releases/download/v${PV}/dbus-broker-${PV}.tar.xz
> > "
> > -SRC_URI[sha256sum] =
> > "1648227f5a347d4f38d8a29bb9295a73a25c3feb4f3e79e3f04cc847343da3ed"
> > +SRC_URI[sha256sum] =
> > "6fff9a831a514659e2c7d704e76867ce31ebcf43e8d7a62e080c6656f64cd39e"
> > 
> >  inherit meson pkgconfig systemd distro_features_check
> > 
> > @@ -19,3 +19,4 @@ SYSTEMD_SERVICE_${PN} = "${BPN}.service"
> > 
> >  FILES_${PN} += "${systemd_system_unitdir}"
> >  FILES_${PN} += "${systemd_user_unitdir}"
> > +FILES_${PN} += "${libdir}/systemd/catalog"
> > --
> > 2.20.1
> > 
> > --
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel at lists.openembedded.org
> > 
> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
> > 
-- 
Kind regards,
Luca Boccassi



More information about the Openembedded-devel mailing list