summaryrefslogtreecommitdiffstats
path: root/meta-ivi/recipes-connectivity/bluez5/bluez5_%.bbappend
blob: 36314fd18d307fcfcf94d416e5d73121c713fd4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
FILESEXTRAPATHS_append := ":${THISDIR}/${PN}"

#
# Service API reference implementation
# Revision: 5.15 (Horizon)
# Homepage: https://collab.genivi.org/wiki/display/genivi/Bluetooth+Stack+Reference+Implementation
# Actual patches copied from:
# https://review.tizen.org/git/?p=platform/upstream/bluez.git;a=commit;h=abb9a439baaaa9cd6f91ba5af8c6e426cdc8ff8e
#
SRC_URI_append = " \
	file://0001-plugins-Add-initial-code-for-service-plugin.patch          \
	file://0002-plugins-service-Add-initial-code.patch                     \
	file://0003-plugins-service-Add-State-property.patch                   \
	file://0004-plugins-service-Add-RemoteUUID-property.patch              \
	file://0005-plugins-service-Add-LocalUUID-property.patch               \
	file://0006-plugins-service-Add-implemention-of-.Connect-method.patch  \
	file://0007-plugins-service-Add-implemention-of-.Disconnect-meth.patch \
	file://0008-plugins-service-Add-Device-property.patch                  \
	file://0009-plugins-service-Add-Version-property.patch                 \
	file://0010-plugins-service-Add-AutoConnect-property.patch             \
	file://0011-plugins-service-Add-Blocked-property.patch                 \
	file://build-fix-up-with-jethro.patch \
	"

EXTRA_OECONF += "--enable-service"

PACKAGES =+ " libbluetooth-plugins-service "
FILES_libbluetooth-plugins-service = "${libdir}/bluetooth/plugins/*.so"