mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
udisks: move systemd support to meta-systemd
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
parent
d1f914398d
commit
14a5f1174c
|
|
@ -2,22 +2,18 @@ DESCRIPTION = "A storage daemon that implements well-defined D-Bus interfaces th
|
|||
LICENSE = "GPLv2+"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=73d83aebe7e4b62346afde80e0e94273"
|
||||
|
||||
DEPENDS = "libatasmart sg3-utils polkit udev dbus-glib glib-2.0 systemd"
|
||||
DEPENDS = "libatasmart sg3-utils polkit udev dbus-glib glib-2.0"
|
||||
# optional dependencies: device-mapper parted
|
||||
|
||||
SRC_URI = "http://hal.freedesktop.org/releases/${BPN}-${PV}.tar.gz;name=${BPN} \
|
||||
file://add-systemd-support.patch \
|
||||
file://optional-depends.patch"
|
||||
|
||||
SRC_URI[udisks.md5sum] = "86c63b2b5484f2060499a052b5b6256b"
|
||||
SRC_URI[udisks.sha256sum] = "854b89368733b9c3a577101b761ad5397ae75a05110c8698ac5b29de9a8bf8f5"
|
||||
|
||||
PR = "r4"
|
||||
PR = "r5"
|
||||
|
||||
inherit autotools systemd
|
||||
|
||||
SYSTEMD_PACKAGES = "${PN}-systemd"
|
||||
SYSTEMD_SERVICE_${PN}-systemd = "udisks-daemon.service"
|
||||
inherit autotools
|
||||
|
||||
EXTRA_OECONF = "--disable-man-pages"
|
||||
|
||||
|
|
|
|||
|
|
@ -0,0 +1,13 @@
|
|||
inherit systemd
|
||||
|
||||
PRINC := "${@int(PRINC) + 1}"
|
||||
|
||||
# look for files in the layer first
|
||||
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
||||
|
||||
DEPENDS += "systemd"
|
||||
|
||||
SRC_URI += "file://add-systemd-support.patch"
|
||||
|
||||
SYSTEMD_PACKAGES = "${PN}-systemd"
|
||||
SYSTEMD_SERVICE_${PN}-systemd = "udisks-daemon.service"
|
||||
Loading…
Reference in New Issue
Block a user