diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-11-14 20:00:51 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-11-15 09:38:37 +0000 |
commit | 82e8c4105c8beac04e3c5769645f3cfccefb2dc6 (patch) | |
tree | a92ced59b09e54007afbc4cfff04c99978b1e9be /meta | |
parent | 28ecbe0cc3836eb82d7488db28ce653f6daa843d (diff) | |
download | poky-82e8c4105c8beac04e3c5769645f3cfccefb2dc6.tar.gz |
glib-networking: update 2.72.2 -> 2.74.0
glib-2.0-native is needed for gio-querymodules executable
(From OE-Core rev: 4fb53b5f829b1126aceeeca5a6f905e987178268)
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>
Diffstat (limited to 'meta')
-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" | |||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" |
8 | 8 | ||
9 | SECTION = "libs" | 9 | SECTION = "libs" |
10 | DEPENDS = "glib-2.0" | 10 | DEPENDS = "glib-2.0-native glib-2.0" |
11 | 11 | ||
12 | SRC_URI[archive.sha256sum] = "cd2a084c7bb91d78e849fb55d40e472f6d8f6862cddc9f12c39149359ba18268" | 12 | SRC_URI[archive.sha256sum] = "1f185aaef094123f8e25d8fa55661b3fd71020163a0174adb35a37685cda613b" |
13 | 13 | ||
14 | PACKAGECONFIG ??= "openssl ${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)}" | 14 | PACKAGECONFIG ??= "openssl ${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)}" |
15 | 15 | ||