[oe-commits] Jeremy Lainé : libsoup-2.4: add missing DEPENDS on sqlite3

GIT User account git at amethyst.openembedded.net
Wed Apr 29 01:05:25 UTC 2009


Module: openembedded.git
Branch: fso/milestone5.5
Commit: 8091ef79b2a4ce5b37211f489cba5974e8b9541a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8091ef79b2a4ce5b37211f489cba5974e8b9541a

Author: Jeremy Lainé <jeremy.laine at m4x.org>
Date:   Mon Apr  6 16:54:42 2009 +0000

libsoup-2.4: add missing DEPENDS on sqlite3

---

 recipes/gnome/libsoup-2.4_2.26.0.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/gnome/libsoup-2.4_2.26.0.bb b/recipes/gnome/libsoup-2.4_2.26.0.bb
index 5413d49..73824f9 100644
--- a/recipes/gnome/libsoup-2.4_2.26.0.bb
+++ b/recipes/gnome/libsoup-2.4_2.26.0.bb
@@ -1,9 +1,9 @@
 DESCRIPTION = "An HTTP library implementation in C"
 SECTION = "x11/gnome/libs"
 LICENSE = "GPL"
-DEPENDS = "libproxy glib-2.0 gnutls libxml2"
+DEPENDS = "libproxy glib-2.0 gnutls libxml2 sqlite3"
 
-Pr = "r1"
+PR = "r2"
 
 inherit gnome
 





More information about the Openembedded-commits mailing list