summaryrefslogtreecommitdiffstats
path: root/recipes/freesmartphone
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2010-03-17 12:58:54 +0100
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2010-03-17 12:59:14 +0100
commit00e29e85c140430b3e6e398a0191979f4d94a93e (patch)
tree0628b935437eb66204f8d3b07988e3692ae00264 /recipes/freesmartphone
parentb32478bf383fe396185f7b235331da4843a333e7 (diff)
downloadopenembedded-00e29e85c140430b3e6e398a0191979f4d94a93e.tar.gz
fsodatad: DEPEND on mobile-broadband-provider info
Diffstat (limited to 'recipes/freesmartphone')
-rw-r--r--recipes/freesmartphone/fsodatad_git.bb7
1 files changed, 5 insertions, 2 deletions
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"