From: Martin Jansa Date: Sun, 7 Mar 2010 22:21:24 +0000 (+0100) Subject: fsodatad: move mobile-broadband-provider-info to RDEPENDS X-Git-Tag: Release-2010-05/1~447 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2193c4e9579b9eb915e029c72e45118951f9a52;p=openembedded.git fsodatad: move mobile-broadband-provider-info to RDEPENDS Signed-off-by: Martin Jansa --- diff --git a/recipes/freesmartphone/fsodatad_git.bb b/recipes/freesmartphone/fsodatad_git.bb index 5457934547..a6e016a8a7 100644 --- a/recipes/freesmartphone/fsodatad_git.bb +++ b/recipes/freesmartphone/fsodatad_git.bb @@ -3,4 +3,5 @@ inherit fso-plugin PR = "${INC_PR}.0" PV = "0.1.0+gitr${SRCREV}" -DEPENDS += "libxml2 mobile-broadband-provider-info" +DEPENDS += "libxml2" +RDEPENDS += "mobile-broadband-provider-info"