aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/shr/ologicd_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/shr/ologicd_git.bb')
-rw-r--r--recipes/shr/ologicd_git.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/shr/ologicd_git.bb b/recipes/shr/ologicd_git.bb
new file mode 100644
index 0000000000..58b82dd0ff
--- /dev/null
+++ b/recipes/shr/ologicd_git.bb
@@ -0,0 +1,9 @@
+DESCRIPTION = ""
+SECTION = "libs"
+PV = "0.0.1+gitr${SRCREV}"
+PR = "r0"
+
+inherit autotools
+
+SRC_URI = "git://shr.bearstech.com/repo/${PN}.git;protocol=http;branch=master"
+S = "${WORKDIR}/git"