[oe-commits] Klaus Kurzmann : new recipe python-phoneutils

git version control git at git.openembedded.org
Mon Jul 27 15:16:17 UTC 2009


Module: openembedded.git
Branch: shr/import
Commit: 8d92b976882d6b9d25cff47c47c0dc19519d2fdf
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8d92b976882d6b9d25cff47c47c0dc19519d2fdf

Author: Klaus Kurzmann <mok at fluxnetz.de>
Date:   Mon Jul 27 17:16:14 2009 +0200

new recipe python-phoneutils

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

 conf/distro/include/shr-autorev-unstable.inc |    1 +
 conf/distro/include/shr-autorev.inc          |    1 +
 recipes/python/python-phoneutils_git.bb      |   11 +++++++++++
 3 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/conf/distro/include/shr-autorev-unstable.inc b/conf/distro/include/shr-autorev-unstable.inc
index 029dbb3..10fbd59 100644
--- a/conf/distro/include/shr-autorev-unstable.inc
+++ b/conf/distro/include/shr-autorev-unstable.inc
@@ -76,6 +76,7 @@ SRCREV_pn-shr-installer = "${AUTOREV}"
 SRCREV_pn-shr-config = "${AUTOREV}"
 SRCREV_pn-alsa-scenarii-shr = "${AUTOREV}"
 SRCREV_pn-libphone-utils = "${AUTOREV}"
+SRCREV_pn-python-phoneutils = "${AUTOREV}"
 
 
 # E17 stuff
diff --git a/conf/distro/include/shr-autorev.inc b/conf/distro/include/shr-autorev.inc
index a934fa9..55ce2cb 100644
--- a/conf/distro/include/shr-autorev.inc
+++ b/conf/distro/include/shr-autorev.inc
@@ -82,6 +82,7 @@ SRCREV_pn-shr-installer = "${AUTOREV}"
 SRCREV_pn-shr-config = "${AUTOREV}"
 SRCREV_pn-alsa-scenarii-shr = "${AUTOREV}"
 SRCREV_pn-libphone-utils = "${AUTOREV}"
+SRCREV_pn-python-phoneutils = "${AUTOREV}"
 
 
 # E17 stuff
diff --git a/recipes/python/python-phoneutils_git.bb b/recipes/python/python-phoneutils_git.bb
new file mode 100644
index 0000000..abcd6cd
--- /dev/null
+++ b/recipes/python/python-phoneutils_git.bb
@@ -0,0 +1,11 @@
+DESCRIPTION = "Python Bindings for libphone-utils"
+SECTION = "devel/python"
+
+PV = "0.0.2+gitr${SRCPV}"
+PR = "r0"
+
+
+SRC_URI = "git://git.shr-project.org/repo/libphone-utils.git;protocol=http;branch=master"
+S = "${WORKDIR}/git/src/python"
+
+inherit distutils





More information about the Openembedded-commits mailing list