summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/ofono/ofono_git.bb
blob: a44b411ab480084ba03d84cb0a9cc4b53c88094e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
}