mirror of
https://git.yoctoproject.org/poky
synced 2026-07-26 07:07:08 +00:00
718e07647d
Use DISTRO_FEATURE to conditionally depend on bluez4, as well as enabling bluetooth. (From OE-Core rev: 4024bf2874e9da4fd0dd9a2b90a48e8a259781cc) Signed-off-by: Anders Darander <anders@chargestorm.se> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
21 lines
411 B
BlitzBasic
21 lines
411 B
BlitzBasic
require ofono.inc
|
|
|
|
PR = "r1"
|
|
|
|
S = "${WORKDIR}/git"
|
|
SRCREV = "14544d5996836f628613c2ce544380ee6fc8f514"
|
|
PV = "0.12-git${SRCPV}"
|
|
PR = "r1"
|
|
|
|
SRC_URI = "git://git.kernel.org/pub/scm/network/ofono/ofono.git;protocol=git \
|
|
file://ofono"
|
|
|
|
EXTRA_OECONF += "\
|
|
${@base_contains('DISTRO_FEATURES', 'bluetooth','--enable-bluetooth', '--disable-bluetooth', d)} \
|
|
"
|
|
|
|
do_configure_prepend () {
|
|
${S}/bootstrap
|
|
}
|
|
|