mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-13 07:42:45 +00:00
10 lines
226 B
Plaintext
10 lines
226 B
Plaintext
PRINC := "${@int(PRINC) + 2}"
|
|
|
|
inherit systemd
|
|
|
|
RPROVIDES_${PN} += "${PN}-systemd"
|
|
RREPLACES_${PN} += "${PN}-systemd"
|
|
RCONFLICTS_${PN} += "${PN}-systemd"
|
|
SYSTEMD_SERVICE_${PN} = "ofono.service"
|
|
SYSTEMD_AUTO_ENABLE = "disable"
|