diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-09-13 17:38:13 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-09-14 09:19:37 +0100 |
commit | ba07681116b4739511daa7bb6a990d1af5748d84 (patch) | |
tree | a7301510a2c63062a53ce6cc9cb90d6e78cf74c7 /meta/recipes-devtools | |
parent | 2f30189f64b6648da689afa84f3208c3f5166f49 (diff) | |
download | poky-ba07681116b4739511daa7bb6a990d1af5748d84.tar.gz |
pkgconf: upgrade 2.0.2 -> 2.0.3
Changelog:
==========
* Fix some edge-cases with the new `--modversion` implementation
and add additional regression tests.
* Fix some format specifiers to use PRIu64 in debug tracing.
(From OE-Core rev: 24543810ec19b5b8f055c4004197c91dedb0be41)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/pkgconf/pkgconf_2.0.3.bb (renamed from meta/recipes-devtools/pkgconf/pkgconf_2.0.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/pkgconf/pkgconf_2.0.2.bb b/meta/recipes-devtools/pkgconf/pkgconf_2.0.3.bb index c6badb123e..5aa5a191f2 100644 --- a/meta/recipes-devtools/pkgconf/pkgconf_2.0.2.bb +++ b/meta/recipes-devtools/pkgconf/pkgconf_2.0.3.bb | |||
@@ -20,7 +20,7 @@ SRC_URI = "\ | |||
20 | file://pkg-config-native.in \ | 20 | file://pkg-config-native.in \ |
21 | file://pkg-config-esdk.in \ | 21 | file://pkg-config-esdk.in \ |
22 | " | 22 | " |
23 | SRC_URI[sha256sum] = "ea5a25ef8f251eb5377ec0e21c75fb61894433cfbdbf0b2559ba33e4c2664401" | 23 | SRC_URI[sha256sum] = "cabdf3c474529854f7ccce8573c5ac68ad34a7e621037535cbc3981f6b23836c" |
24 | 24 | ||
25 | inherit autotools | 25 | inherit autotools |
26 | 26 | ||