[oe-commits] Elena Grandi : xapian-bindings-python: added build dependency on xapian-core-native

git version control git at git.openembedded.org
Tue Sep 22 08:42:58 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 33cff1c254cf900342912f12eb90a196c4499790
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=33cff1c254cf900342912f12eb90a196c4499790

Author: Elena Grandi <elena.valhalla at gmail.com>
Date:   Tue Sep 22 10:36:32 2009 +0200

xapian-bindings-python: added build dependency on xapian-core-native

---

 recipes/xapian/xapian-bindings-python_1.0.14.bb |    2 +-
 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 665cd58..1180936 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"





More information about the Openembedded-commits mailing list