mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 20:47:05 +00:00
15 lines
324 B
Plaintext
15 lines
324 B
Plaintext
inherit systemd
|
|
|
|
PRINC := "${@int(PRINC) + 2}"
|
|
|
|
# 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"
|
|
SYSTEMD_AUTO_ENABLE = "disable"
|