diff options
Diffstat (limited to 'recipes/shr/ologicd_git.bb')
-rw-r--r-- | recipes/shr/ologicd_git.bb | 9 |
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..105199a582 --- /dev/null +++ b/recipes/shr/ologicd_git.bb @@ -0,0 +1,9 @@ +DESCRIPTION = "" +SECTION = "libs" +PV = "0.0.1+gitr${SRCPV}" +PR = "r0" + +inherit autotools + +SRC_URI = "git://shr.bearstech.com/repo/${PN}.git;protocol=http;branch=master" +S = "${WORKDIR}/git" |