summaryrefslogtreecommitdiffstats
path: root/rules/bluez.make
blob: 37219d7be87306d1692e70e3edcce4190c0b3216 (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
# -*-makefile-*-
#
# Copyright (C) 2010 by Uwe Kleine-Koenig <u.kleine-koenig@pengutronix.de>
# Copyright (C) 2018 Pengutronix, Roland Hieber <r.hieber@pengutronix.de>
#
#
# For further information about the PTXdist project and license conditions
# see the README file.
#

#
# We provide this package
#
PACKAGES-$(PTXCONF_BLUEZ) += bluez

#
# Paths and names
#
BLUEZ_VERSION	:= 5.54
BLUEZ_MD5	:= a4029aaedb24575ac1ece67a6a7a0e77
BLUEZ		:= bluez-$(BLUEZ_VERSION)
BLUEZ_SUFFIX	:= tar.gz
BLUEZ_URL	:= $(call ptx/mirror, KERNEL, bluetooth/$(BLUEZ).$(BLUEZ_SUFFIX))
BLUEZ_SOURCE	:= $(SRCDIR)/$(BLUEZ).$(BLUEZ_SUFFIX)
BLUEZ_DIR	:= $(BUILDDIR)/$(BLUEZ)
BLUEZ_LICENSE	:= GPL-2.0-or-later AND LGPL-2.1-or-later
BLUEZ_LICENSE_FILES := \
	  file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e \
	  file://COPYING.LIB;md5=fb504b67c50331fc78734fed90fb0e09

# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------

#
# autoconf
#
BLUEZ_CONF_TOOL	:= autoconf
BLUEZ_CONF_OPT	:= $(CROSS_AUTOCONF_USR) \
	--enable-optimization \
	--disable-debug \
	--disable-pie \
	--enable-threads \
	--disable-backtrace \
	--$(call ptx/endis, PTXCONF_BLUEZ_LIBBLUETOOTH)-library \
	--$(call ptx/endis, PTXCONF_BLUEZ_INSTALL_TESTSCRIPTS)-test \
	--disable-nfc \
	--disable-sap \
	--enable-a2dp \
	--enable-avrcp \
	--enable-network \
	--enable-hid \
	--enable-hog \
	--disable-health \
	--$(call ptx/endis, PTXCONF_BLUEZ_TOOLS)-tools \
	--$(call ptx/endis, PTXCONF_BLUEZ_TOOLS)-monitor \
	--enable-udev \
	--disable-cups \
	--disable-mesh \
	--disable-midi \
	--enable-obex \
	--disable-btpclient \
	--disable-external-ell \
	--$(call ptx/endis, PTXCONF_BLUEZ_CLIENT)-client \
	--enable-systemd \
	--enable-datafiles \
	--disable-manpages \
	--disable-testing \
	--disable-experimental \
	--$(call ptx/endis, PTXCONF_BLUEZ_TOOLS_DEPRECATED)-deprecated \
	--disable-sixaxis \
	--disable-logger \
	--disable-android \
	--with-dbusconfdir=/usr/share \
	--with-dbussystembusdir=/usr/share/dbus-1/system-services \
	--with-dbussessionbusdir=/usr/share/dbus-1/services \
	--with-udevdir=/usr/lib/udev \
	--with-systemdsystemunitdir=/usr/lib/systemd/system \
	--with-systemduserunitdir=/usr/lib/systemd/user

# ----------------------------------------------------------------------------
# Target-Install
# ----------------------------------------------------------------------------

$(STATEDIR)/bluez.targetinstall:
	@$(call targetinfo)

	@$(call install_init,  bluez)
	@$(call install_fixup, bluez,PRIORITY,optional)
	@$(call install_fixup, bluez,SECTION,base)
	@$(call install_fixup, bluez,AUTHOR,"Uwe Kleine-Koenig <u.kleine-koenig@pengutronix.de>")
	@$(call install_fixup, bluez,DESCRIPTION, "Bluetooth protocol stack")

ifdef PTXCONF_BLUEZ_LIBBLUETOOTH
	@$(call install_lib, bluez, 0, 0, 0644, libbluetooth)
endif

	@$(call install_copy, bluez, 0, 0, 0755, -, /usr/libexec/bluetooth/bluetoothd)
	@$(call install_copy, bluez, 0, 0, 0755, -, /usr/libexec/bluetooth/obexd)

ifdef PTXCONF_BLUEZ_TOOLS
	@$(foreach binprogram, bccmd bluemoon btattach btmon hex2hcd l2ping \
			l2test mpris-proxy rctest, \
		$(call install_copy, bluez, 0, 0, 0755, -, \
			/usr/bin/$(binprogram))$(ptx/nl))

ifdef PTXCONF_BLUEZ_TOOLS_DEPRECATED
	@$(foreach binprogram, ciptool hciattach hciconfig hcidump hcitool \
			rfcomm sdptool, \
		$(call install_copy, bluez, 0, 0, 0755, -, \
			/usr/bin/$(binprogram))$(ptx/nl))
endif
endif

ifdef PTXCONF_BLUEZ_CLIENT
	@$(call install_copy, bluez, 0, 0, 0755, -, /usr/bin/bluetoothctl)
endif

ifdef PTXCONF_BLUEZ_INSTALL_TESTSCRIPTS
	@$(foreach testdata, service-did.xml service-ftp.xml service-opp.xml \
			service-record.dtd service-spp.xml, \
		$(call install_copy, bluez, 0, 0, 0644, -, \
			/usr/lib/bluez/test/$(testdata))$(ptx/nl))

	@$(foreach testprog, agent.py example-advertisement example-gatt-client \
			example-gatt-server ftp-client list-devices map-client \
			monitor-bluetooth opp-client pbap-client simple-agent \
			simple-endpoint simple-player test-adapter test-device \
			test-discovery test-gatt-profile test-health \
			test-health-sink test-hfp test-manager test-mesh \
			test-nap test-network test-profile test-sap-server, \
		$(call install_copy, bluez, 0, 0, 0755, -, \
			/usr/lib/bluez/test/$(testprog))$(ptx/nl))
	@$(foreach testprog, bluezutils.py dbusdef.py sap_client.py, \
		$(call install_copy, bluez, 0, 0, 0644, -, \
			/usr/lib/bluez/test/$(testprog))$(ptx/nl))
endif

	@$(call install_alternative, bluez, 0, 0, 0644, \
		/usr/share/dbus-1/system.d/bluetooth.conf)

ifdef PTXCONF_BLUEZ_TOOLS
	@$(call install_alternative, bluez, 0, 0, 0644, \
		/usr/lib/udev/rules.d/97-hid2hci.rules)
	@$(call install_copy, bluez, 0, 0, 0644, -, /usr/lib/udev/hid2hci)
endif

ifdef PTXCONF_BLUEZ_SYSTEMD_UNIT
	@$(call install_alternative, bluez, 0, 0, 0644, \
		/usr/lib/systemd/system/bluetooth.service)
	@$(call install_link, bluez, ../bluetooth.service, \
		/usr/lib/systemd/system/multi-user.target.wants/bluetooth.service)
	@$(call install_alternative, bluez, 0, 0, 0644, \
		/usr/lib/systemd/user/obex.service)
endif

	@$(call install_finish, bluez)
	@$(call touch)

# vim: syntax=make