summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-support/libsoup/libsoup-2.4_2.38.1.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-support/libsoup/libsoup-2.4_2.38.1.bb b/meta/recipes-support/libsoup/libsoup-2.4_2.38.1.bb
index 486c38be4c..4a4d59a2b7 100644
--- a/meta/recipes-support/libsoup/libsoup-2.4_2.38.1.bb
+++ b/meta/recipes-support/libsoup/libsoup-2.4_2.38.1.bb
@@ -5,7 +5,7 @@ BUGTRACKER = "https://bugzilla.gnome.org/"
5LICENSE = "LGPLv2" 5LICENSE = "LGPLv2"
6LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2" 6LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2"
7 7
8PR = "r1" 8PR = "r2"
9 9
10SECTION = "x11/gnome/libs" 10SECTION = "x11/gnome/libs"
11 11
@@ -21,3 +21,5 @@ S = "${WORKDIR}/libsoup-${PV}"
21 21
22inherit autotools pkgconfig 22inherit autotools pkgconfig
23 23
24# glib-networking is needed for SSL, proxies, etc.
25RRECOMMENDS_${PN} = "glib-networking"