Files
buildroot/package
Vincent Fazio a1efb5427b package/python3: fix config directory pattern
Previously, when running `PYTHON3_REMOVE_USELESS_FILES`, the hook to
clean up files from the python config directory assumed a pattern of
"config-$(VERSION)m-$(PLATFORM_TRIPLET)".

However, the "m" ABI suffix was dropped in python 3.8, so the hook would
never actually find files to delete. No error was raised due to the use
of a subshell to invoke find.

Also, if a platform triplet is not detected during the configure stage,
the config directory (LIBPL) defaults to `config-$VERSION`, and has no
trailing `-$PLATFORM_TRIPLET`.

Now, we glob anything after the version to ensure files get deleted.

Signed-off-by: Vincent Fazio <vfazio@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2024-06-09 21:13:58 +02:00
..
2024-05-13 21:28:41 +02:00
2024-06-06 21:20:38 +02:00
2024-05-30 21:18:04 +02:00
2024-06-05 23:31:19 +02:00
2024-05-10 23:27:26 +02:00
2024-05-12 09:09:16 +02:00
2024-05-13 21:48:47 +02:00
2024-06-03 11:02:54 +02:00
2024-06-01 23:00:07 +02:00
2024-06-06 10:32:00 +02:00
2024-06-04 23:16:48 +02:00
2024-06-04 21:12:42 +02:00
2024-05-11 08:58:14 +02:00
2024-05-10 23:29:22 +02:00
2024-05-13 22:01:43 +02:00
2024-05-24 14:51:47 +02:00
2024-06-03 11:10:21 +02:00
2024-05-24 14:33:16 +02:00
2024-06-01 21:35:39 +02:00
2024-05-13 23:26:41 +02:00
2024-05-24 14:33:54 +02:00
2024-06-03 11:11:19 +02:00
2024-06-03 23:28:55 +02:00
2024-05-15 08:15:16 +02:00
2024-06-02 20:19:22 +02:00
2024-05-13 21:35:00 +02:00
2024-05-13 22:50:00 +02:00
2024-05-12 09:53:08 +02:00
2024-05-24 14:35:55 +02:00
2024-05-27 11:18:46 +02:00