summaryrefslogtreecommitdiffstats
path: root/meta/packages/ofono/ofono_git.bb
blob: db6476f1ef85ee5461e193f7bf7c8fca818a32ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
require ofono.inc

S	 = "${WORKDIR}/git"
PV	 = "0.12-git${SRCPV}"

DEPENDS  = "dbus"

SRC_URI  = "git://git.kernel.org/pub/scm/network/ofono/ofono.git;protocol=git \
	    file://ofono"

do_configure_prepend () {
  ${S}/bootstrap
}