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

GIT User account git at amethyst.openembedded.net
Mon Apr 6 16:57:41 UTC 2009


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

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