connman: use bluez5 instead of bluez4 21/33321/6
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Thu, 8 Jan 2015 07:37:53 +0000 (08:37 +0100)
committerPatrick Ohly <patrick.ohly@intel.com>
Thu, 15 Jan 2015 12:00:55 +0000 (13:00 +0100)
Bug-Tizen: BTY-77
Change-Id: I735d9aa42772e40af89a917aee967521bf69a958
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
meta-tizen-adaptation/meta/recipes-connectivity/connman/connman_%.bbappend

index 987a646..c317fe4 100644 (file)
@@ -2,6 +2,7 @@ SECTION = "Network & Connectivity/Connection Management"
 
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
+# Tizen specific patches
 SRC_URI += "file://0001-Add-bootstrap-files.patch"
 SRC_URI += "file://0002-Add-package-build-spec-file.patch"
 SRC_URI += "file://0003-Add-systemd-service-to-manager-ConnMan-NTP.patch"
@@ -34,3 +35,8 @@ SRC_URI += "file://0029-multi-user-Add-multi-user-support-in-manager.patch"
 SRC_URI += "file://0030-multi-user-Add-multi-user-support-for-auto-connect-s.patch"
 SRC_URI += "file://0031-multi-user-Expose-function-to-check-service-user-fav.patch"
 SRC_URI += "file://0032-multi-user-Fix-service-load-save-issues.patch"
+
+# Use bluez5 instead of bluez4
+DEPENDS_remove = "bluez4"
+RDEPENDS_${PN}_remove = "bluez4"
+PACKAGECONFIG[bluetooth] = "--enable-bluetooth, --disable-bluetooth, bluez5, bluez5"