diff options
-rw-r--r-- | meta-systemd/oe-core/recipes-connectivity/bluez/bluez4_4.101.bbappend | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-systemd/oe-core/recipes-connectivity/bluez/bluez4_4.101.bbappend b/meta-systemd/oe-core/recipes-connectivity/bluez/bluez4_4.101.bbappend new file mode 100644 index 0000000000..8945a6da79 --- /dev/null +++ b/meta-systemd/oe-core/recipes-connectivity/bluez/bluez4_4.101.bbappend | |||
@@ -0,0 +1,9 @@ | |||
1 | PRINC := "${@int(PRINC) + 1}" | ||
2 | |||
3 | inherit systemd | ||
4 | |||
5 | EXTRA_OECONF += "--with-systemdunitdir=${systemd_unitdir}/system/" | ||
6 | |||
7 | SYSTEMD_PACKAGES = "${PN}-systemd" | ||
8 | SYSTEMD_SERVICE = "bluetooth.service" | ||
9 | SYSTEMD_AUTO_ENABLE = "disable" | ||