diff options
author | Koen Kooi <koen@openembedded.org> | 2009-10-23 09:28:13 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-10-23 09:41:11 +0200 |
commit | d15a13236efc42c68a9dc5af651017267bac87fe (patch) | |
tree | e08447fe2ea769eee2f32bd85537ed67c9826765 /recipes/redland | |
parent | 0e2ebb72bf5d16ff84fce94225e0956b7af1cd07 (diff) |
redland: add more DEPENDS
Diffstat (limited to 'recipes/redland')
-rw-r--r-- | recipes/redland/redland_1.0.8.bb | 2 |
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" |