aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/connman/connman_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/connman/connman_git.bb')
-rw-r--r--recipes/connman/connman_git.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/connman/connman_git.bb b/recipes/connman/connman_git.bb
new file mode 100644
index 0000000000..3a04f5f541
--- /dev/null
+++ b/recipes/connman/connman_git.bb
@@ -0,0 +1,11 @@
+require connman.inc
+PV = "0.12+gitr${SRCREV}"
+PR = "r0"
+
+DEFAULT_PREFERENCE = "-1"
+
+SRC_URI = "\
+ git://git.kernel.org/pub/scm/network/connman/connman.git;protocol=git \
+ file://connman \
+"
+S = "${WORKDIR}/git"