diff options
-rw-r--r-- | recipes/python/python-phoneutils_git.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/python/python-phoneutils_git.bb b/recipes/python/python-phoneutils_git.bb new file mode 100644 index 0000000000..1e962d36ad --- /dev/null +++ b/recipes/python/python-phoneutils_git.bb @@ -0,0 +1,10 @@ +DESCRIPTION = "Python Bindings for libphone-utils" +SECTION = "devel/python" +DEPENDS = "libphone-utils" +PV = "0.0.2+gitr${SRCPV}" +PR = "r1" + +SRC_URI = "git://git.shr-project.org/repo/libphone-utils.git;protocol=http;branch=master" +S = "${WORKDIR}/git/src/python" + +inherit setuptools |