From: Michael 'Mickey' Lauer Date: Wed, 14 Jan 2009 02:16:14 +0000 (+0000) Subject: python-xappy: bump for python 2.6 X-Git-Tag: Release-2010-05/1~4349^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f82807b2104cb2bca946a8e713c8affc7f7bf4bc;p=openembedded.git python-xappy: bump for python 2.6 --- diff --git a/packages/python/python-xappy_0.5.bb b/packages/python/python-xappy_0.5.bb index d257905896..ae9cda69fb 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 } - +