Skip to content

Commit

Permalink
user-identification-manager: add recipe
Browse files Browse the repository at this point in the history
Put it in recipes-extended/ for now. Might make sense to create another
top folder when other related services for user/profile handling are added.

Signed-off-by: Martin Ejdestig <[email protected]>
  • Loading branch information
martin-ejdestig committed Jul 2, 2019
1 parent 3282848 commit 89b5859
Showing 1 changed file with 30 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
#
# Copyright (C) 2019 Luxoft Sweden AB
# SPDX-License-Identifier: MIT
#

DESCRIPTION = "User Identification Manager D-Bus service"
HOMEPAGE = "https://github.com/Pelagicore/user-identification-manager"
LICENSE = "MPL-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=815ca599c9df247a0c7f619bab123dad"
PV = "0.1.0+git${SRCPV}"
PR = "r0"

SRC_URI = "git://github.com/Pelagicore/user-identification-manager.git;branch=master;protocol=https"
SRCREV = "4ada21266f72b4e98337dfc787b2906427f7ed20"

inherit meson systemd

DEPENDS += "glibmm gdbus-codegen-glibmm-native"

S = "${WORKDIR}/git"

FILES_${PN} = " \
${bindir}/uimcli \
${bindir}/user-identification-manager \
${datadir}/dbus-1 \
${systemd_system_unitdir} \
"

SYSTEMD_SERVICE_${PN} = "user-identification-manager.service"
SYSTEMD_AUTO_ENABLE = "disable"

0 comments on commit 89b5859

Please sign in to comment.