mirror of
https://git.yoctoproject.org/poky
synced 2026-05-07 16:59:22 +00:00
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:
committed by
Richard Purdie
parent
cf0692b4e7
commit
4c299b7651
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user