diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-03-07 23:21:24 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-03-08 09:01:25 +0100 |
commit | a2193c4e9579b9eb915e029c72e45118951f9a52 (patch) | |
tree | d2e86038caf1bb5fff829794f60b4429b6a16c0a /recipes/freesmartphone | |
parent | 8eb15be652a4f589c287ac2d469e715910a607e5 (diff) |
fsodatad: move mobile-broadband-provider-info to RDEPENDS
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/freesmartphone')
-rw-r--r-- | recipes/freesmartphone/fsodatad_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
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" |