Brad Bishop | e42b3e3 | 2020-01-15 22:08:42 -0500 | [diff] [blame] | 1 | DESCRIPTION = "D-Bus interfaces for querying and manipulating user account information" |
| 2 | HOMEPAGE = "https://www.freedesktop.org/wiki/Software/AccountsService/" |
Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame^] | 3 | LICENSE = "GPL-3.0-only" |
Brad Bishop | e42b3e3 | 2020-01-15 22:08:42 -0500 | [diff] [blame] | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
| 5 | |
| 6 | DEPENDS = " \ |
| 7 | dbus \ |
| 8 | polkit \ |
| 9 | " |
| 10 | |
| 11 | inherit meson gobject-introspection gtk-doc features_check systemd |
| 12 | |
| 13 | REQUIRED_DISTRO_FEATURES = "polkit" |
| 14 | |
Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 15 | SRC_URI = "https://www.freedesktop.org/software/${BPN}/${BPN}-${PV}.tar.xz \ |
| 16 | file://0001-Fix-build-with-meson-0.60.patch \ |
| 17 | " |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 18 | SRC_URI:append:libc-musl = " \ |
Brad Bishop | e42b3e3 | 2020-01-15 22:08:42 -0500 | [diff] [blame] | 19 | file://0001-musl-Hack-to-fix-build.patch \ |
| 20 | file://0002-musl-add-missing-fgetspent_r.patch \ |
| 21 | " |
| 22 | SRC_URI[md5sum] = "6e4c6fbd490260cfe17de2e76f5d803a" |
| 23 | SRC_URI[sha256sum] = "ff2b2419a7e06bd9cb335ffe391c7409b49a0f0130b890bd54692a3986699c9b" |
| 24 | |
| 25 | GTKDOC_MESON_OPTION = "gtk_doc" |
| 26 | |
| 27 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" |
| 28 | PACKAGECONFIG[systemd] = "-Dsystemd=true, -Dsystemd=false -Dsystemdsystemunitdir='no', systemd" |
| 29 | |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 30 | SYSTEMD_SERVICE:${PN} = "accounts-daemon.service" |
Brad Bishop | e42b3e3 | 2020-01-15 22:08:42 -0500 | [diff] [blame] | 31 | |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 32 | FILES:${PN} += " \ |
Brad Bishop | e42b3e3 | 2020-01-15 22:08:42 -0500 | [diff] [blame] | 33 | ${datadir}/dbus-1 \ |
| 34 | ${datadir}/polkit-1 \ |
| 35 | " |