[oe-commits] Angus Ainslie : pyring: update to new version and remove old versions

git version control git at git.openembedded.org
Thu Oct 1 03:53:25 UTC 2009


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

Author: Angus Ainslie <nytowl at openmoko.org>
Date:   Wed Sep 30 21:40:39 2009 -0600

pyring: update to new version and remove old versions

---

 .../python/{pyring_1.1.9.bb => pyring_1.1.10.bb}   |    0 
 recipes/python/pyring_1.1.8.bb                     |   21 --------------------
 2 files changed, 0 insertions(+), 21 deletions(-)

diff --git a/recipes/python/pyring_1.1.9.bb b/recipes/python/pyring_1.1.10.bb
similarity index 100%
rename from recipes/python/pyring_1.1.9.bb
rename to recipes/python/pyring_1.1.10.bb
diff --git a/recipes/python/pyring_1.1.8.bb b/recipes/python/pyring_1.1.8.bb
deleted file mode 100644
index 06a2dcc..0000000
--- a/recipes/python/pyring_1.1.8.bb
+++ /dev/null
@@ -1,21 +0,0 @@
-DESCRIPTION = "Python keyring"
-SECTION = "console/network"
-PRIORITY = "optional"
-LICENSE = "GPL"
-RDEPENDS = "python python-pygtk python-xml python-netclient 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