[Buildroot] [PATCH v2 1/2] package/python3: add optional dependency to gettext

Peter Korsgaard peter at korsgaard.com
Wed Apr 29 21:03:29 UTC 2020


>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls at t-online.de> writes:

 > Tested using this defconfig:
 > BR2_TOOLCHAIN_BUILDROOT_WCHAR=y
 > BR2_SYSTEM_ENABLE_NLS=y
 > BR2_PACKAGE_PYTHON3=y

 > Without this patch:
 > $ readelf -a output/target/usr/lib/libpython3.8.so.1.0 | grep NEEDED
 >  0x00000001 (NEEDED)                     Shared library: [libc.so.0]

 > With this patch:
 > $ readelf -a output/target/usr/lib/libpython3.8.so.1.0 | grep NEEDED
 >  0x00000001 (NEEDED)                     Shared library: [libintl.so.8]
 >  0x00000001 (NEEDED)                     Shared library: [libc.so.0]

 > Signed-off-by: Bernd Kuhls <bernd.kuhls at t-online.de>
 > ---
 > v2: unchanged, added to series

Committed to 2020.02.x, thanks.

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list