[oe-commits] Michael 'Mickey' Lauer : python-fuse: 0.0+cvs -> 0.2

GIT User account git at amethyst.openembedded.net
Sun Jan 11 23:15:47 UTC 2009


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

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Sun Jan 11 19:33:34 2009 +0000

python-fuse: 0.0+cvs -> 0.2

---

 .../{python-fuse_cvs.bb => python-fuse_0.2.bb}     |   12 +++++-------
 1 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/packages/python/python-fuse_cvs.bb b/packages/python/python-fuse_0.2.bb
similarity index 51%
rename from packages/python/python-fuse_cvs.bb
rename to packages/python/python-fuse_0.2.bb
index d017e28..099a0e3 100644
--- a/packages/python/python-fuse_cvs.bb
+++ b/packages/python/python-fuse_0.2.bb
@@ -1,15 +1,13 @@
 DESCRIPTION = "FUSE Python bindings."
+SECTION = "devel/python"
 LICENSE = "GPLv2"
 DEPENDS = "fuse"
+SRCNAME = "fuse-python"
+PR = "ml0"
 
-PV = "0.0+cvs${SRCDATE}"
-
-PR = "r1"
-
-SRC_URI = "cvs://anonymous@fuse.cvs.sourceforge.net/cvsroot/fuse;module=python"
+SRC_URI = "${SOURCEFORGE_MIRROR}/fuse/${SRCNAME}-${PV}.tar.gz"
+S = "${WORKDIR}/${SRCNAME}-${PV}"
 
 inherit distutils
 
-S = "${WORKDIR}/python"
-
 FILES_${PN}-dbg += "${libdir}/python*/site-packages/fuseparts/.debu*"





More information about the Openembedded-commits mailing list