blob: 05cc4873f1e0010bea50c35f2ec116d652a641df (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
require recipes-connectivity/neard/neard.inc
SRC_URI = "git://git.kernel.org/pub/scm/network/nfc/neard.git;protocol=git \
file://neard.service.in \
"
S = "${WORKDIR}/git"
SRCREV = "3abca5b90127ccc03b93bdcb4f560cb2e7fdff6a"
PV = "0.x+git${SRCREV}"
PR = "r1"
EXTRA_OECONF += "--enable-tools \
"
# We want to use bluez5 when doing handover
RRECOMMENDS_${PN} = "\
${@base_contains('DISTRO_FEATURES', 'bluetooth', 'bluez5', '', d)} \
${@base_contains('DISTRO_FEATURES', 'wifi','wpa-supplicant', '', d)} \
"
|