libsoup: RRECOMMEND glib-networking

Without glib-networking, libsoup can't do SSL, proxies, and probably more.

(From OE-Core rev: 92d08254b55cb36df155f6b0248fd3889d44655f)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton 2012-12-14 16:40:15 +00:00 committed by Richard Purdie
parent cf0692b4e7
commit 4c299b7651
1 changed files with 3 additions and 1 deletions

View File

@ -5,7 +5,7 @@ BUGTRACKER = "https://bugzilla.gnome.org/"
LICENSE = "LGPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2"
PR = "r1"
PR = "r2"
SECTION = "x11/gnome/libs"
@ -21,3 +21,5 @@ S = "${WORKDIR}/libsoup-${PV}"
inherit autotools pkgconfig
# glib-networking is needed for SSL, proxies, etc.
RRECOMMENDS_${PN} = "glib-networking"