From: Elena Grandi Date: Tue, 22 Sep 2009 08:36:32 +0000 (+0200) Subject: xapian-bindings-python: added build dependency on xapian-core-native X-Git-Tag: Release-2010-05/1~2325^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33cff1c254cf900342912f12eb90a196c4499790;p=openembedded.git xapian-bindings-python: added build dependency on xapian-core-native --- 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"