aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xapian
diff options
context:
space:
mode:
authorElena Grandi <elena.valhalla@gmail.com>2009-09-22 10:36:32 +0200
committerElena Grandi <elena.valhalla@gmail.com>2009-09-22 10:36:32 +0200
commit33cff1c254cf900342912f12eb90a196c4499790 (patch)
treee2c4db7476ff2bf0ce726d1da0596dae21149431 /recipes/xapian
parent217eda1ca090e1a91cc964957eb38aee13657d74 (diff)
downloadopenembedded-33cff1c254cf900342912f12eb90a196c4499790.tar.gz
xapian-bindings-python: added build dependency on xapian-core-native
Diffstat (limited to 'recipes/xapian')
-rw-r--r--recipes/xapian/xapian-bindings-python_1.0.14.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/xapian/xapian-bindings-python_1.0.14.bb b/recipes/xapian/xapian-bindings-python_1.0.14.bb
index 665cd58913..1180936f77 100644
--- a/recipes/xapian/xapian-bindings-python_1.0.14.bb
+++ b/recipes/xapian/xapian-bindings-python_1.0.14.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://xapian.org"
SECTION = "devel/libs"
PRIORITY = "optional"
LICENSE = "GPL"
-DEPENDS = "xapian-core"
+DEPENDS = "xapian-core xapian-core-native"
PR = "r0"
SRC_URI = "http://www.oligarchy.co.uk/xapian/${PV}/xapian-bindings-${PV}.tar.gz"