From: Michael 'Mickey' Lauer Date: Wed, 17 Mar 2010 11:58:54 +0000 (+0100) Subject: fsodatad: DEPEND on mobile-broadband-provider info X-Git-Tag: Release-2010-05/1~340^2~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00e29e85c140430b3e6e398a0191979f4d94a93e;p=openembedded.git fsodatad: DEPEND on mobile-broadband-provider info --- diff --git a/recipes/freesmartphone/fsodatad_git.bb b/recipes/freesmartphone/fsodatad_git.bb index 9a44eddeaf..e8bf83ce2e 100644 --- a/recipes/freesmartphone/fsodatad_git.bb +++ b/recipes/freesmartphone/fsodatad_git.bb @@ -1,7 +1,10 @@ require cornucopia.inc inherit fso-plugin -PR = "${INC_PR}.1" +PR = "${INC_PR}.2" PV = "0.1.0+gitr${SRCREV}" -DEPENDS += "libxml2" +DEPENDS += "\ + libxml2 \ + mobile-broadband-provider-info \ +" RDEPENDS += "mobile-broadband-provider-info"