summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2022-11-14 20:00:51 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-11-15 09:38:34 +0000
commit4fb53b5f829b1126aceeeca5a6f905e987178268 (patch)
treed768807769133fea5674e0835d97e339fea64927 /meta/recipes-core
parentcf529411493bc86c4d8d0bb29cbb7b98c23456ad (diff)
downloadopenembedded-core-4fb53b5f829b1126aceeeca5a6f905e987178268.tar.gz
glib-networking: update 2.72.2 -> 2.74.0
glib-2.0-native is needed for gio-querymodules executable Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r--meta/recipes-core/glib-networking/glib-networking_2.74.0.bb (renamed from meta/recipes-core/glib-networking/glib-networking_2.72.2.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/glib-networking/glib-networking_2.72.2.bb b/meta/recipes-core/glib-networking/glib-networking_2.74.0.bb
index 746d1bc39c..dc0be23357 100644
--- a/meta/recipes-core/glib-networking/glib-networking_2.72.2.bb
+++ b/meta/recipes-core/glib-networking/glib-networking_2.74.0.bb
@@ -7,9 +7,9 @@ LICENSE = "LGPL-2.1-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
SECTION = "libs"
-DEPENDS = "glib-2.0"
+DEPENDS = "glib-2.0-native glib-2.0"
-SRC_URI[archive.sha256sum] = "cd2a084c7bb91d78e849fb55d40e472f6d8f6862cddc9f12c39149359ba18268"
+SRC_URI[archive.sha256sum] = "1f185aaef094123f8e25d8fa55661b3fd71020163a0174adb35a37685cda613b"
PACKAGECONFIG ??= "openssl ${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)}"