mirror of
https://git.yoctoproject.org/poky
synced 2026-05-13 08:27:54 +02:00
(From OE-Core rev: d05480ddcfb3270357f578fefba5855f5209714c) Signed-off-by: Andreas Müller <schnitzeltony@googlemail.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 = "r3"
|
|
|
|
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
|
|
}
|
|
|