mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-13 06:28:28 +00:00
12 lines
298 B
Plaintext
12 lines
298 B
Plaintext
PRINC := "${@int(PRINC) + 2}"
|
|
|
|
inherit systemd
|
|
|
|
EXTRA_OECONF += "--with-systemdunitdir=${systemd_unitdir}/system/"
|
|
|
|
RPROVIDES_${PN} += "${PN}-systemd"
|
|
RREPLACES_${PN} += "${PN}-systemd"
|
|
RCONFLICTS_${PN} += "${PN}-systemd"
|
|
SYSTEMD_SERVICE_${PN} = "bluetooth.service"
|
|
SYSTEMD_AUTO_ENABLE = "disable"
|