summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2022-07-06 10:06:58 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-07-16 06:52:45 +0100
commit46378a82edf7543935be0cd1ed2110a792c4e486 (patch)
treed0ec68524c5bb694beb72dc8337161a981b906e6
parentfae45052cfda4e990f8ea91bd6b1ce84ee6155f3 (diff)
downloadpoky-46378a82edf7543935be0cd1ed2110a792c4e486.tar.gz
glib-networking: upgrade 2.72.0 -> 2.72.1
2.72.1 - June 29, 2022 ====================== - Discard empty proxy environment variables (#189) (From OE-Core rev: a2871b43e3f976b4e3254375e0b239b29faa3361) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 49827652371ca9836e58c0d5883dbd59d08cde72) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-core/glib-networking/glib-networking_2.72.1.bb (renamed from meta/recipes-core/glib-networking/glib-networking_2.72.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/glib-networking/glib-networking_2.72.0.bb b/meta/recipes-core/glib-networking/glib-networking_2.72.1.bb
index d578f17aa5..41f18d1c48 100644
--- a/meta/recipes-core/glib-networking/glib-networking_2.72.0.bb
+++ b/meta/recipes-core/glib-networking/glib-networking_2.72.1.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
9SECTION = "libs" 9SECTION = "libs"
10DEPENDS = "glib-2.0" 10DEPENDS = "glib-2.0"
11 11
12SRC_URI[archive.sha256sum] = "100aaebb369285041de52da422b6b716789d5e4d7549a3a71ba587b932e0823b" 12SRC_URI[archive.sha256sum] = "6fc1bedc8062484dc8a0204965995ef2367c3db5c934058ff1607e5a24d95a74"
13 13
14PACKAGECONFIG ??= "openssl ${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)}" 14PACKAGECONFIG ??= "openssl ${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)}"
15 15