aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-10-23 09:28:13 +0200
committerKoen Kooi <koen@openembedded.org>2009-10-23 09:41:11 +0200
commitd15a13236efc42c68a9dc5af651017267bac87fe (patch)
treee08447fe2ea769eee2f32bd85537ed67c9826765 /recipes
parent0e2ebb72bf5d16ff84fce94225e0956b7af1cd07 (diff)
downloadopenembedded-d15a13236efc42c68a9dc5af651017267bac87fe.tar.gz
redland: add more DEPENDS
Diffstat (limited to 'recipes')
-rw-r--r--recipes/redland/redland_1.0.8.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/redland/redland_1.0.8.bb b/recipes/redland/redland_1.0.8.bb
index 34e4bbc09a..6f7e6f3ce2 100644
--- a/recipes/redland/redland_1.0.8.bb
+++ b/recipes/redland/redland_1.0.8.bb
@@ -5,6 +5,8 @@ SRC_URI = "http://download.librdf.org/source/redland-1.0.8.tar.gz \
PR = "r3"
+DEPENDS = "db mysql"
+
inherit autotools_stage
EXTRA_OECONF = "--with-bdb-lib=${STAGING_LIBDIR} --with-bdb-include=${STAGING_INCDIR} --with-sqlite=no"