mirror of
git://git.yoctoproject.org/poky
synced 2026-09-16 22:31:58 +00:00
* this patch depends on http://patchwork.openembedded.org/patch/32085/ (From OE-Core rev: 2792569605b50bdad8b2b8398c823dd08006daf1) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
19 lines
400 B
BlitzBasic
19 lines
400 B
BlitzBasic
require ofono.inc
|
|
|
|
S = "${WORKDIR}/git"
|
|
SRCREV = "14544d5996836f628613c2ce544380ee6fc8f514"
|
|
PV = "0.12-git${SRCPV}"
|
|
PR = "r4"
|
|
|
|
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
|
|
}
|
|
|