redland: add more DEPENDS
authorKoen Kooi <koen@openembedded.org>
Fri, 23 Oct 2009 07:28:13 +0000 (09:28 +0200)
committerKoen Kooi <koen@openembedded.org>
Fri, 23 Oct 2009 07:41:11 +0000 (09:41 +0200)
recipes/redland/redland_1.0.8.bb

index 34e4bbc..6f7e6f3 100644 (file)
@@ -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"