From 3ad735b7e26d5f2acc7452de563db93f8d10340c Mon Sep 17 00:00:00 2001 From: Cristian Iorga Date: Tue, 28 Apr 2015 12:17:55 +0300 Subject: bluez collection: add (moved from oe-core) BlueZ 4.x Bluetooth stack has been removed from oe-core. However, it is still supported, so add it to recipes-connectivity in meta-oe. meta-systemd layer bluez4 bbappend has been integrated into bluez4 recipe. In order to use it in oe-core/poky/YP, 'bluez5' backfill distro feature needs to be disabled via: DISTRO_FEATURES_BACKFILL_CONSIDERED = "bluez5" . 'bluetooth' distro feature needs to be present also. Signed-off-by: Cristian Iorga Signed-off-by: Martin Jansa --- .../oe-core/recipes-connectivity/bluez/bluez4_4.101.bbappend | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 meta-systemd/oe-core/recipes-connectivity/bluez/bluez4_4.101.bbappend (limited to 'meta-systemd') 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 deleted file mode 100644 index da01b0583b..0000000000 --- a/meta-systemd/oe-core/recipes-connectivity/bluez/bluez4_4.101.bbappend +++ /dev/null @@ -1,9 +0,0 @@ -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" -- cgit v1.2.3-54-g00ecf