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

index 0537d06..3ebba77 100644 (file)
@@ -8,3 +8,7 @@ SRC_URI += "file://0002-tag-Implement-a-raw-NDEF-accessor.patch"
 SRC_URI += "file://0003-Add-raw-NDEF-support-for-P2P.patch"
 SRC_URI += "file://0004-ndef-Add-support-for-WiFi-Handover-through-MIME-x-nf.patch"
 SRC_URI += "file://0005-Add-packaging-directory.patch"
+
+# Use bluez5 instead of bluez4
+RRECOMMENDS_${PN}_remove = "bluez4"
+RRECOMMENDS_${PN} += "${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'bluez5', '', d)}"