package/pkg-generic.mk: move python fixup to generic package infrastructure
authorHerve Codina <herve.codina@bootlin.com>
Tue, 17 Aug 2021 08:39:17 +0000 (10:39 +0200)
committerYann E. MORIN <yann.morin.1998@free.fr>
Sat, 28 Aug 2021 14:44:25 +0000 (16:44 +0200)
commit6c1d9995b5c418080db2b18208a9823b9826aa0f
treec13d156739a091f65877886d5f38a3b70428c544
parentafde8fb8f36267e7b025c26e700f76e9bb75706f
package/pkg-generic.mk: move python fixup to generic package infrastructure

Fixing _sysconfigdata*.{py,pyc} was previously done by python package
infrastructure. Some packages use python stuff without using python
package infrastructure.
These packages perform overwrites and need the specific python fixup
to fix them.

In order to be sure to fix all of these packages, the python fixup
is moved to the generic package infrastructure and applied to all
packages.
This follows the same principle as for the .la libtool files fixup.

Signed-off-by: Herve Codina <herve.codina@bootlin.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
package/pkg-generic.mk
package/pkg-python.mk