Signed-off-by: Denis Osterland-Heim <[email protected]> --- rules/host-libedit.in | 5 +++++ rules/host-libedit.make | 11 +++++++++++ 2 files changed, 16 insertions(+) create mode 100644 rules/host-libedit.in create mode 100644 rules/host-libedit.make
diff --git a/rules/host-libedit.in b/rules/host-libedit.in new file mode 100644 index 000000000..49e7c4548 --- /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 000000000..ae8bff95f --- /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 -- 2.30.1 Diehl Connectivity Solutions GmbH Geschäftsführung: Horst Leonberger Sitz der Gesellschaft: Nürnberg - Registergericht: Amtsgericht Nürnberg: HRB 32315 ________________________________ Der Inhalt der vorstehenden E-Mail ist nicht rechtlich bindend. Diese E-Mail enthaelt vertrauliche und/oder rechtlich geschuetzte Informationen. Informieren Sie uns bitte, wenn Sie diese E-Mail faelschlicherweise erhalten haben. Bitte loeschen Sie in diesem Fall die Nachricht. Jede unerlaubte Form der Reproduktion, Bekanntgabe, Aenderung, Verteilung und/oder Publikation dieser E-Mail ist strengstens untersagt. - Informationen zum Datenschutz, insbesondere zu Ihren Rechten, erhalten Sie unter: https://www.diehl.com/group/de/transparenz-und-informationspflichten/ The contents of the above mentioned e-mail is not legally binding. This e-mail contains confidential and/or legally protected information. Please inform us if you have received this e-mail by mistake and delete it in such a case. Each unauthorized reproduction, disclosure, alteration, distribution and/or publication of this e-mail is strictly prohibited. - For general information on data protection and your respective rights please visit: https://www.diehl.com/group/en/transparency-and-information-obligations/ _______________________________________________ ptxdist mailing list [email protected] To unsubscribe, send a mail with subject "unsubscribe" to [email protected]
