libsoup-2.4: add missing DEPENDS on sqlite3
authorJeremy Lainé <jeremy.laine@m4x.org>
Mon, 6 Apr 2009 16:54:42 +0000 (16:54 +0000)
committerJeremy Lainé <jeremy.laine@m4x.org>
Mon, 6 Apr 2009 16:54:42 +0000 (16:54 +0000)
recipes/gnome/libsoup-2.4_2.26.0.bb

index 5413d49..73824f9 100644 (file)
@@ -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