aboutsummaryrefslogtreecommitdiffstats
path: root/packages/python
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2009-01-14 02:16:14 +0000
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2009-01-14 02:16:14 +0000
commitf82807b2104cb2bca946a8e713c8affc7f7bf4bc (patch)
tree4378d65b1c36466920a6947821a96db9ec567b39 /packages/python
parentc54d7bf225e0d956b8c2eb0a9a3b160e88453e1f (diff)
downloadopenembedded-f82807b2104cb2bca946a8e713c8affc7f7bf4bc.tar.gz
python-xappy: bump for python 2.6
Diffstat (limited to 'packages/python')
-rw-r--r--packages/python/python-xappy_0.5.bb10
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 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
}
-
+