[Buildroot] [PATCH v2 1/2] package/python-libconf: new package

Thomas Petazzoni thomas.petazzoni at bootlin.com
Sun Jul 30 21:53:50 UTC 2023


On Wed, 15 Mar 2023 11:08:47 +0100
Giulio Benetti <giulio.benetti at benettiengineering.com> wrote:

> python-libconf is a pure-Python reader/writer for configuration files in
> libconfig format, which is often used in C/C++ projects.
> 
> https://github.com/ChrisAichinger/python-libconf
> 
> Signed-off-by: Giulio Benetti <giulio.benetti at benettiengineering.com>
> ---
> V1->V2:
> * add python-libconf package since it's required by swugenerator as
>   pointed by Thomas Petazzoni
> ---
>  DEVELOPERS                                 |  1 +
>  package/Config.in.host                     |  1 +
>  package/python-libconf/Config.in.host      |  7 +++++++
>  package/python-libconf/python-libconf.hash |  4 ++++
>  package/python-libconf/python-libconf.mk   | 13 +++++++++++++
>  5 files changed, 26 insertions(+)
>  create mode 100644 package/python-libconf/Config.in.host
>  create mode 100644 package/python-libconf/python-libconf.hash
>  create mode 100644 package/python-libconf/python-libconf.mk

I've dropped the Config.in.host file and option, as we don't need it:
for now, this package is only needed as a build dependency for
host-swugenerator. Applied with this change. Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com



More information about the buildroot mailing list