[Buildroot] [PATCH 1/1] package/libglib2: bump version to 2.76.4

Bernd Kuhls bernd at kuhls.net
Sun Jul 30 12:09:48 UTC 2023


Am Sun, 30 Jul 2023 13:27:10 +0200 schrieb Thomas Petazzoni via buildroot:

> Because this one was skipped, none of the tested configurations had
> BR2_ENABLE_LOCALE disabled I believe, so your test didn't actually
> verify what I asked :-)

Hi Thomas,

building this defconfig

BR2_TOOLCHAIN_BUILDROOT_UCLIBC=y
BR2_TOOLCHAIN_BUILDROOT_WCHAR=y
BR2_PER_PACKAGE_DIRECTORIES=y
BR2_PACKAGE_LIBGLIB2=y

$ grep BR2_ENABLE_LOCALE= .config
$

was successful:

Configure snippet:
  Run-time dependency iconv found: YES

$ readelf -a output/per-package/libglib2/target/usr/lib/libglib-2.0.so | 
grep NEEDED
 0x00000001 (NEEDED)                     Shared library: [libiconv.so.2]
 0x00000001 (NEEDED)                     Shared library: [libpcre2-8.so.0]
 0x00000001 (NEEDED)                     Shared library: [libc.so.0]

Regards, Bernd




More information about the buildroot mailing list