| Submitter | Ross Burton |
|---|---|
| Date | Dec. 14, 2012, 4:40 p.m. |
| Message ID | <1355503215-8637-1-git-send-email-ross.burton@intel.com> |
| Download | mbox | patch |
| Permalink | /patch/41031/ |
| State | Accepted |
| Commit | 92d08254b55cb36df155f6b0248fd3889d44655f |
| Headers | show |
Comments
On 2012-12-14 09:40, Ross Burton wrote: > Without glib-networking, libsoup can't do SSL, proxies, and probably more. > > Signed-off-by: Ross Burton <ross.burton@intel.com> Acked-by: Gary Thomas <gary@mlbassoc.com> > --- > meta/recipes-support/libsoup/libsoup-2.4_2.38.1.bb | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > 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 486c38b..4a4d59a 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/" > 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" >
Patch
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 486c38b..4a4d59a 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/" 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"
Without glib-networking, libsoup can't do SSL, proxies, and probably more. Signed-off-by: Ross Burton <ross.burton@intel.com> --- meta/recipes-support/libsoup/libsoup-2.4_2.38.1.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)