[oe-commits] Michael 'Mickey' Lauer : python-daap: 0.4 -> 0.7.1

GIT User account git at amethyst.openembedded.net
Wed Jan 14 00:14:14 UTC 2009


Module: openembedded.git
Branch: mickey/python26
Commit: e006baab165c2b7a5fc7773f2f3835b1583a49ad
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e006baab165c2b7a5fc7773f2f3835b1583a49ad

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Wed Jan 14 00:13:31 2009 +0000

python-daap: 0.4 -> 0.7.1

---

 ...thon-pythondaap_0.4.bb => python-daap_0.7.1.bb} |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/packages/python/python-pythondaap_0.4.bb b/packages/python/python-daap_0.7.1.bb
similarity index 99%
rename from packages/python/python-pythondaap_0.4.bb
rename to packages/python/python-daap_0.7.1.bb
index 2cec3d3..e3ddde1 100644
--- a/packages/python/python-pythondaap_0.4.bb
+++ b/packages/python/python-daap_0.7.1.bb
@@ -1,11 +1,12 @@
 DESCRIPTION = "A pure Python DAAP client implementation"
 SECTION = "devel/python"
 PRIORITY = "optional"
-RDEPENDS = "python-compression"
 LICENSE = "LGPL"
 
 inherit distutils
 
 SRC_URI = "http://jerakeen.org/files/PythonDaap-${PV}.tar.gz"
-
 S = "${WORKDIR}/PythonDaap-${PV}"
+
+RDEPENDS = "python-compression"
+





More information about the Openembedded-commits mailing list