aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2009-08-12 11:48:08 +0200
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2009-08-12 11:48:08 +0200
commitc9bff79ca0c66010c2f88b68051914d4fb603bab (patch)
treebc28fef8541722c6ae223e5b2ef4c44c32fdf148
parentee14422b23949fa59555d86be8f12386dc5ae827 (diff)
downloadopenembedded-c9bff79ca0c66010c2f88b68051914d4fb603bab.tar.gz
python-phoneutils: new recipe; python bindings for libphoneutils
-rw-r--r--recipes/python/python-phoneutils_git.bb10
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