aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-connectivity/ofono/ofono_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-connectivity/ofono/ofono_git.bb')
-rw-r--r--recipes-connectivity/ofono/ofono_git.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes-connectivity/ofono/ofono_git.bb b/recipes-connectivity/ofono/ofono_git.bb
new file mode 100644
index 0000000..a44b411
--- /dev/null
+++ b/recipes-connectivity/ofono/ofono_git.bb
@@ -0,0 +1,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
+}
+