On Mon, Dec 9, 2019 at 12:37 AM Andreas Müller <[email protected]> wrote: > > It is a dependency for upcoming gnome-control-center >
This seems to have hard dependency on systemd ? or can it be configured without systemd as well see https://errors.yoctoproject.org/Errors/Details/296904/ in case it can not, then we need to exclude it from parsing when systemd is not in DISTRO_FEATURES > Signed-off-by: Andreas Müller <[email protected]> > --- > .../accountsservice/accountsservice_0.6.55.bb | 29 +++++++++++++++++++ > 1 file changed, 29 insertions(+) > create mode 100644 > meta-gnome/recipes-support/accountsservice/accountsservice_0.6.55.bb > > diff --git > a/meta-gnome/recipes-support/accountsservice/accountsservice_0.6.55.bb > b/meta-gnome/recipes-support/accountsservice/accountsservice_0.6.55.bb > new file mode 100644 > index 000000000..bf603b3bc > --- /dev/null > +++ b/meta-gnome/recipes-support/accountsservice/accountsservice_0.6.55.bb > @@ -0,0 +1,29 @@ > +DESCRIPTION = "D-Bus interfaces for querying and manipulating user account > information" > +HOMEPAGE = "https://www.freedesktop.org/wiki/Software/AccountsService/" > +LICENSE = "GPLv3" > +LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" > + > +DEPENDS = " \ > + dbus \ > + polkit \ > +" > + > +inherit meson gobject-introspection gtk-doc features_check systemd > + > +REQUIRED_DISTRO_FEATURES = "polkit" > + > +SRC_URI = "https://www.freedesktop.org/software/${BPN}/${BPN}-${PV}.tar.xz" > +SRC_URI[md5sum] = "6e4c6fbd490260cfe17de2e76f5d803a" > +SRC_URI[sha256sum] = > "ff2b2419a7e06bd9cb335ffe391c7409b49a0f0130b890bd54692a3986699c9b" > + > +GTKDOC_MESON_OPTION = "gtk_doc" > + > +PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" > +PACKAGECONFIG[systemd] = "-Dsystemd=true, -Dsystemd=false, systemd" > + > +SYSTEMD_SERVICE_${PN} = "accounts-daemon.service" > + > +FILES_${PN} += " \ > + ${datadir}/dbus-1 \ > + ${datadir}/polkit-1 \ > +" > -- > 2.21.0 > > -- > _______________________________________________ > Openembedded-devel mailing list > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-devel -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
