[oe-commits] Michael 'Mickey' Lauer : fsotdld: add dependency to libsoup-2.4

git version control git at git.openembedded.org
Wed Jan 5 08:56:45 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 3a8c8d04f734b72673d397c81b23398b982608a7
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=3a8c8d04f734b72673d397c81b23398b982608a7

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Wed Jan  5 09:58:09 2011 +0100

fsotdld: add dependency to libsoup-2.4

---

 recipes/freesmartphone/fsotdld_git.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/freesmartphone/fsotdld_git.bb b/recipes/freesmartphone/fsotdld_git.bb
index f40c623..295139a 100644
--- a/recipes/freesmartphone/fsotdld_git.bb
+++ b/recipes/freesmartphone/fsotdld_git.bb
@@ -1,11 +1,11 @@
 require cornucopia.inc
 inherit fso-plugin
 SRCREV = "${FSO_CORNUCOPIA_SRCREV}"
-PR = "${INC_PR}.3"
+PR = "${INC_PR}.4"
 PV = "0.3.1+gitr${SRCPV}"
 PE = "1"
 
-DEPENDS += "libfsotransport libfsoresource json-glib"
+DEPENDS += "libfsotransport libfsoresource json-glib libsoup-2.4"
 
 inherit update-rc.d
 





More information about the Openembedded-commits mailing list