Files
buildroot/package
Bernd Kuhls 2a36dad008 package/python3: add optional dependency to gettext
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@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2020-04-11 10:49:15 +02:00
..
2020-03-09 15:17:09 +01:00
2020-02-23 09:45:10 +01:00
2020-04-07 08:01:28 +02:00
2020-03-22 21:57:07 +01:00
2020-03-09 22:13:11 +01:00
2020-03-09 22:13:12 +01:00
2020-04-11 09:48:58 +02:00
2020-02-29 23:17:29 +01:00
2020-03-15 21:38:56 +01:00
2020-02-29 19:26:38 +01:00
2020-03-18 22:21:21 +01:00
2020-02-19 20:56:01 +01:00
2020-02-27 21:14:22 +01:00
2020-04-07 07:49:08 +02:00
2020-04-10 22:43:08 +02:00
2020-04-10 21:30:14 +02:00
2020-04-02 21:45:53 +02:00
2020-04-11 09:51:06 +02:00
2020-03-29 18:35:22 +02:00
2020-03-29 16:32:51 +02:00
2020-04-10 22:31:29 +02:00
2020-03-05 21:06:47 +01:00
2020-04-08 21:22:41 +02:00
2020-03-29 22:47:35 +02:00
2020-02-24 22:22:04 +01:00
2020-03-29 16:11:14 +02:00
2020-04-06 22:13:57 +02:00
2020-04-04 22:30:44 +02:00
2020-02-20 22:06:39 +01:00
2020-03-20 23:00:30 +01:00
2020-03-18 22:13:08 +01:00
2020-03-18 22:20:57 +01:00
2020-03-28 14:53:50 +01:00
2020-04-05 16:25:43 +02:00
2020-02-19 20:17:13 +01:00
2020-02-27 08:55:41 +01:00
2020-04-08 16:53:23 +02:00
2020-04-08 21:18:57 +02:00
2020-03-08 16:29:44 +01:00
2020-02-25 23:14:20 +01:00
2020-03-22 08:29:56 +01:00
2020-03-15 21:38:55 +01:00
2020-03-08 09:41:44 +01:00
2020-04-06 21:40:23 +02:00
2020-02-29 20:25:34 +01:00
2020-03-15 23:28:29 +01:00
2020-03-22 22:05:03 +01:00
2020-03-18 23:13:50 +01:00
2020-04-04 17:30:37 +02:00
2020-03-07 22:43:55 +01:00
2020-03-26 23:01:10 +01:00
2020-02-24 22:38:42 +01:00
2020-03-02 23:33:57 +01:00
2020-04-01 21:51:06 +02:00
2020-04-11 10:07:02 +02:00
2020-03-29 16:52:01 +02:00
2020-03-18 23:11:00 +01:00
2020-04-04 23:40:43 +02:00
2020-03-29 21:52:51 +02:00
2020-03-22 15:33:31 +01:00
2020-03-20 21:45:00 +01:00
2020-03-20 21:49:09 +01:00
2020-04-06 22:03:10 +02:00