[oe-commits] Michael 'Mickey' Lauer : python-xappy: bump for python 2.6

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


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

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

python-xappy: bump for python 2.6

---

 packages/python/python-xappy_0.5.bb |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/packages/python/python-xappy_0.5.bb b/packages/python/python-xappy_0.5.bb
index d257905..ae9cda6 100644
--- a/packages/python/python-xappy_0.5.bb
+++ b/packages/python/python-xappy_0.5.bb
@@ -1,15 +1,15 @@
 DESCRIPTION = "The xappy python module is an easy-to-use interface to the Xapian search engine"
+SECTION = "python/devel"
 LICENSE = "GPLv2"
-
-DEPENDS += "xapian-core"
+DEPENDS = "xapian-core"
+PR = "ml0"
 
 SRC_URI = "http://xappy.googlecode.com/files/xappy-${PV}.tar.gz"
+S = "${WORKDIR}/xappy-${PV}"
 
 inherit distutils
 
-S = "${WORKDIR}/xappy-${PV}"
-
 do_stage() {
 	distutils_stage_all
 }
-	
+





More information about the Openembedded-commits mailing list