dtc/pylibfdt
Eli Schwartz ecb21febfd meson: port python bindings to build natively via meson and meson-python
We get full build parallelism and fewer confusing ancient distutils
paths. The python wheels build fully standalone, including linking
libfdt as a static library.

For convenience, when running pip install a meson option is passed that
prevents building tools or installing headers/pkgconfig files.
meson-python would otherwise include them in the wheel itself, in case
they are needed, but this is essentially a bit useless so don't bother.

The old setuptools-based build is now redundant and goes away.

Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
Message-ID: <20250430152601.43554-3-eschwartz@gentoo.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
2025-05-01 19:27:10 +07:00
..
.gitignore Use Python3 by default 2019-03-29 15:43:24 +11:00
libfdt.i Fix some typos 2025-03-14 13:50:32 +11:00
meson.build meson: port python bindings to build natively via meson and meson-python 2025-05-01 19:27:10 +07:00