diff options
author | Cristian Iorga <cristian.iorga@intel.com> | 2015-04-28 12:17:55 +0300 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-05-11 10:25:53 +0200 |
commit | 3ad735b7e26d5f2acc7452de563db93f8d10340c (patch) | |
tree | 98409e2b628dfa1f37c8bd4f19d368b713f77c8f /meta-systemd | |
parent | e7e67108df29927e3ebc5e9566dbbcd3a6e553b0 (diff) | |
download | meta-openembedded-3ad735b7e26d5f2acc7452de563db93f8d10340c.tar.gz |
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 <cristian.iorga@intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-systemd')
-rw-r--r-- | meta-systemd/oe-core/recipes-connectivity/bluez/bluez4_4.101.bbappend | 9 |
1 files changed, 0 insertions, 9 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 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 @@ | |||
1 | inherit systemd | ||
2 | |||
3 | EXTRA_OECONF += "--with-systemdunitdir=${systemd_unitdir}/system/" | ||
4 | |||
5 | RPROVIDES_${PN} += "${PN}-systemd" | ||
6 | RREPLACES_${PN} += "${PN}-systemd" | ||
7 | RCONFLICTS_${PN} += "${PN}-systemd" | ||
8 | SYSTEMD_SERVICE_${PN} = "bluetooth.service" | ||
9 | SYSTEMD_AUTO_ENABLE = "disable" | ||