mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-31 13:20:03 +00:00
accountsservice: initial add 0.6.55
It is a dependency for upcoming gnome-control-center Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -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 \
|
||||||
|
"
|
||||||
Reference in New Issue
Block a user