diff options
Diffstat (limited to 'meta/recipes-connectivity/ofono/ofono_git.bb')
-rw-r--r-- | meta/recipes-connectivity/ofono/ofono_git.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/ofono/ofono_git.bb b/meta/recipes-connectivity/ofono/ofono_git.bb new file mode 100644 index 0000000000..3e2c4108cf --- /dev/null +++ b/meta/recipes-connectivity/ofono/ofono_git.bb | |||
@@ -0,0 +1,13 @@ | |||
1 | require ofono.inc | ||
2 | |||
3 | S = "${WORKDIR}/git" | ||
4 | PV = "0.12-git${SRCPV}" | ||
5 | PR = "r1" | ||
6 | |||
7 | SRC_URI = "git://git.kernel.org/pub/scm/network/ofono/ofono.git;protocol=git \ | ||
8 | file://ofono" | ||
9 | |||
10 | do_configure_prepend () { | ||
11 | ${S}/bootstrap | ||
12 | } | ||
13 | |||