[oe-commits] Michael 'Mickey' Lauer : python-phoneutils: new recipe; python bindings for libphoneutils

git version control git at git.openembedded.org
Wed Aug 12 09:46:53 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: c9bff79ca0c66010c2f88b68051914d4fb603bab
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=c9bff79ca0c66010c2f88b68051914d4fb603bab

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Wed Aug 12 11:48:08 2009 +0200

python-phoneutils: new recipe; python bindings for libphoneutils

---

 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 0000000..1e962d3
--- /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





More information about the Openembedded-commits mailing list