[oe-commits] Angus Ainslie : pyring : new version 1.1.9

git version control git at git.openembedded.org
Wed Sep 2 05:16:29 UTC 2009


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

Author: Angus Ainslie <nytowl at openmoko.org>
Date:   Tue Sep  1 22:49:48 2009 -0600

pyring : new version 1.1.9

---

 recipes/python/pyring_1.1.9.bb |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/recipes/python/pyring_1.1.9.bb b/recipes/python/pyring_1.1.9.bb
new file mode 100644
index 0000000..211801d
--- /dev/null
+++ b/recipes/python/pyring_1.1.9.bb
@@ -0,0 +1,21 @@
+DESCRIPTION = "Python keyring"
+SECTION = "console/network"
+PRIORITY = "optional"
+LICENSE = "GPL"
+RDEPENDS = "python python-pygtk python-xml python-netclient python-numeric pydes"
+
+ARCH_pyring = "all"
+
+SRC_URI = "http://handheldshell.com/software/pyring_${PV}.tgz "
+
+inherit distutils
+
+S = ${WORKDIR}/pyring-${PV}
+
+do_configure_prepend() {
+	cp ${S}/setup_freerunner.py ${S}/setup.py
+        exit 0
+}
+
+FILES_${PN} += "${datadir}"
+





More information about the Openembedded-commits mailing list