summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2023-06-05 14:52:41 +0100
committerSteve Sakoman <steve@sakoman.com>2023-06-30 04:07:59 -1000
commitf6ce5347c02af956cd3b813b4df50bdbb14fb005 (patch)
tree7c886ed4ac03ef3404376c6994016855fc4ad43c /meta/recipes-devtools
parent24723a49049920c78303723f0039754734c03e31 (diff)
downloadpoky-f6ce5347c02af956cd3b813b4df50bdbb14fb005.tar.gz
pkgconf: upgrade 1.9.4 -> 1.9.5
Changes from 1.9.4 to 1.9.5: ---------------------------- * Fix incorrect assumptions involving the use of ctype(3) functions. Patch by Taylor R Campbell. * Fix detection of provided functions on autoconf. Patches by Harmen Stoppels. * Fix deletion of tests/meson.build by the autoconf build system. Patch by h30032433. * Fix quoting rules in argvsplit.c. Patch by huyubiao. * Update libpkgconf documentation and documentation building scripts. Patches by Andrew Shadura. * Enforce maximum package count correctly for --modversion. (From OE-Core rev: 046e33769121aee169ffb6c790a880dc420a5a76) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit fb9e05592e7c1c61a677d9cb842c9adc84689dde) Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/pkgconf/pkgconf_1.9.5.bb (renamed from meta/recipes-devtools/pkgconf/pkgconf_1.9.4.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/pkgconf/pkgconf_1.9.4.bb b/meta/recipes-devtools/pkgconf/pkgconf_1.9.5.bb
index ab0f371093..4bdf03c574 100644
--- a/meta/recipes-devtools/pkgconf/pkgconf_1.9.4.bb
+++ b/meta/recipes-devtools/pkgconf/pkgconf_1.9.5.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"
23SRC_URI[sha256sum] = "daccf1bbe5a30d149b556c7d2ffffeafd76d7b514e249271abdd501533c1d8ae" 23SRC_URI[sha256sum] = "1ac1656debb27497563036f7bffc281490f83f9b8457c0d60bcfb638fb6b6171"
24 24
25inherit autotools 25inherit autotools
26 26