mirror of
https://git.yoctoproject.org/poky
synced 2026-07-16 15:57:04 +00:00
de03909a93
ofono's sole configuration interface is its dbus interface, so it really requires it. (From OE-Core rev: 098402cbccc93f269e39ee085ce04352a662e87d) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.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 = "r5"
|
|
|
|
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
|
|
}
|
|
|