Thanks, applied as 815a2bd59c163a0430a02c740244d4131ec65ddc. Michael
[sent from post-receive hook] On Sun, 14 Mar 2021 14:35:42 +0100, Denis Osterland-Heim <[email protected]> wrote: > Signed-off-by: Denis Osterland-Heim <[email protected]> > Message-Id: <[email protected]> > Signed-off-by: Michael Olbrich <[email protected]> > > diff --git a/rules/host-libedit.in b/rules/host-libedit.in > new file mode 100644 > index 000000000000..49e7c4548df6 > --- /dev/null > +++ b/rules/host-libedit.in > @@ -0,0 +1,5 @@ > +## SECTION=hosttools_noprompt > + > +config HOST_LIBEDIT > + tristate > + default ALLYES > diff --git a/rules/host-libedit.make b/rules/host-libedit.make > new file mode 100644 > index 000000000000..ae8bff95f052 > --- /dev/null > +++ b/rules/host-libedit.make > @@ -0,0 +1,11 @@ > +# -*-makefile-*- > +# > +# Copyright (C) 2021 by Denis Osterland-Heim <[email protected]> > +# > +# For further information about the PTXdist project and license conditions > +# see the README file. > +# > + > +HOST_PACKAGES-$(PTXCONF_HOST_LIBEDIT) += host-libedit > + > +# vim: syntax=make _______________________________________________ ptxdist mailing list [email protected] To unsubscribe, send a mail with subject "unsubscribe" to [email protected]
