From: Koen Kooi Date: Fri, 23 Oct 2009 07:28:13 +0000 (+0200) Subject: redland: add more DEPENDS X-Git-Tag: Release-2010-05/1~1964 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d15a13236efc42c68a9dc5af651017267bac87fe;p=openembedded.git redland: add more DEPENDS --- 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"