[oe-commits] Martin Jansa : pyring: new recipe from SHR

git version control git at git.openembedded.org
Wed Nov 18 09:01:17 UTC 2009


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Wed Nov 18 09:09:29 2009 +0100

pyring: new recipe from SHR

---

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

diff --git a/recipes/python/pyring_1.1.10.bb b/recipes/python/pyring_1.1.10.bb
new file mode 100644
index 0000000..211801d
--- /dev/null
+++ b/recipes/python/pyring_1.1.10.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