From 20633297d4a85fb31ed68b420bc63e7fe10f3bb4 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Wed, 13 Apr 2022 07:39:02 +0200 Subject: [PATCH] elogind: update --- recipes-core/elogind/elogind_git.bb | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/recipes-core/elogind/elogind_git.bb b/recipes-core/elogind/elogind_git.bb index e9983f0..c213994 100644 --- a/recipes-core/elogind/elogind_git.bb +++ b/recipes-core/elogind/elogind_git.bb @@ -7,15 +7,31 @@ LIC_FILES_CHKSUM = "file://LICENSE.LGPL2.1;md5=4fbd65380cdd255951079008b364516c" SRC_URI = "git://github.com/elogind/elogind.git;protocol=https;nobranch=1" -DEPENDS += "gperf-native libcap eudev util-linux acl dbus python3-native polkit" +DEPENDS += " \ + acl dbus \ + eudev \ + gperf-native \ + libcap \ + libpam \ + polkit \ + python3-jinja2-native \ + python3-native \ + util-linux \ +" + S = "${WORKDIR}/git" -PV = "248-pre" -SRCREV = "eed62107e2165b6863ee95a730b8f93aa397b92d" +PV = "249-pre" +SRCREV = "06e702c9dafa3ea1dd6df8ee8cb4dcf417a0d442" inherit meson pkgconfig EXTRA_OEMESON += "--buildtype release -Dtranslations=false" +do_install:prepend() { + install -d ${D}${libdir}/elogind/system-shutdown + install -d ${D}${libdir}/elogind/system-sleep +} + FILES:${PN} += "/usr"