• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/bluez-tools/bluez-tools.mk
Bernd KuhlsBernd Kuhls committed 0e3d0582bb209 Feb 2017
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
################################################################################
2
#
3
# bluez-tools
4
#
5
################################################################################
6
​
7
ifeq ($(BR2_PACKAGE_BLUEZ_UTILS),y)
8
# this is the last version compatible with BlueZ 4 API
9
BLUEZ_TOOLS_VERSION = 171181b6ef6c94aefc828dc7fd8de136b9f97532
10
else
11
BLUEZ_TOOLS_VERSION = 97efd293491ad7ec96a655665339908f2478b3d1
12
endif
13
BLUEZ_TOOLS_SITE = $(call github,khvzak,bluez-tools,$(BLUEZ_TOOLS_VERSION))
14
​
15
# sources fetched from github, no configure script)
16
BLUEZ_TOOLS_AUTORECONF = YES
17
BLUEZ_TOOLS_DEPENDENCIES = host-pkgconf dbus dbus-glib
18
BLUEZ_TOOLS_LICENSE = GPL-2.0+
19
BLUEZ_TOOLS_LICENSE_FILES = COPYING
20
​
21
ifeq ($(BR2_PACKAGE_BLUEZ_UTILS),y)
22
BLUEZ_TOOLS_DEPENDENCIES += bluez_utils
23
# readline is an optional dependency when used with bluez_utils
24
# obex support depends on readline so enable it optionally
25
ifeq ($(BR2_PACKAGE_READLINE),y)
26
BLUEZ_TOOLS_CONF_OPTS += --enable-obex
27
BLUEZ_TOOLS_DEPENDENCIES += readline
28
else
29
BLUEZ_TOOLS_CONF_OPTS += --disable-obex
30
endif
31
else
32
# readline is a hard dependency when used with bluez5_utils
33
BLUEZ_TOOLS_DEPENDENCIES += bluez5_utils readline
34
endif
35
​
36
$(eval $(autotools-package))
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.