Thanks, applied as b79a5874602360661232f1dc799376951d6a6a13. Michael
[sent from post-receive hook] On Tue, 02 May 2023 09:05:58 +0200, Artur Wiebe <[email protected]> wrote: > Signed-off-by: Artur Wiebe <[email protected]> > Message-Id: <[email protected]> > Signed-off-by: Michael Olbrich <[email protected]> > > diff --git a/rules/host-python3-pycparser.in b/rules/host-python3-pycparser.in > new file mode 100644 > index 000000000000..33c6e93acaec > --- /dev/null > +++ b/rules/host-python3-pycparser.in > @@ -0,0 +1,6 @@ > +## SECTION=hosttools_noprompt > + > +config HOST_PYTHON3_PYCPARSER > + tristate > + default y if ALLYES > + select HOST_PYTHON3_SETUPTOOLS > diff --git a/rules/host-python3-pycparser.make > b/rules/host-python3-pycparser.make > new file mode 100644 > index 000000000000..c6e8c0d3d2d3 > --- /dev/null > +++ b/rules/host-python3-pycparser.make > @@ -0,0 +1,20 @@ > +# -*-makefile-*- > +# > +# Copyright (C) 2023 by Artur Wiebe <[email protected]> > +# > +# For further information about the PTXdist project and license conditions > +# see the README file. > +# > + > +# > +# We provide this package > +# > +HOST_PACKAGES-$(PTXCONF_HOST_PYTHON3_PYCPARSER) += host-python3-pycparser > + > +# > ---------------------------------------------------------------------------- > +# Prepare > +# > ---------------------------------------------------------------------------- > + > +HOST_PYTHON3_PYCPARSER_CONF_TOOL := python3 > + > +# vim: syntax=make
