[oe-commits] Michael 'Mickey' Lauer : fsodatad: DEPEND on mobile-broadband-provider info

git version control git at git.openembedded.org
Wed Mar 17 13:05:45 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 00e29e85c140430b3e6e398a0191979f4d94a93e
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=00e29e85c140430b3e6e398a0191979f4d94a93e

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Wed Mar 17 12:58:54 2010 +0100

fsodatad: DEPEND on mobile-broadband-provider info

---

 recipes/freesmartphone/fsodatad_git.bb |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/recipes/freesmartphone/fsodatad_git.bb b/recipes/freesmartphone/fsodatad_git.bb
index 9a44edd..e8bf83c 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"





More information about the Openembedded-commits mailing list