Signed-off-by: Roland Hieber <r...@pengutronix.de>
---
PATCH v2:
 - no changes

PATCH v1: 
https://lore.ptxdist.org/ptxdist/20230515072054.1997217-8-...@pengutronix.de
---
 rules/host-libevent.in   |  5 +++++
 rules/host-libevent.make | 23 +++++++++++++++++++++++
 2 files changed, 28 insertions(+)
 create mode 100644 rules/host-libevent.in
 create mode 100644 rules/host-libevent.make

diff --git a/rules/host-libevent.in b/rules/host-libevent.in
new file mode 100644
index 000000000000..d5c97d234c43
--- /dev/null
+++ b/rules/host-libevent.in
@@ -0,0 +1,5 @@
+## SECTION=hosttools_noprompt
+
+config HOST_LIBEVENT
+       tristate
+       default y if ALLYES
diff --git a/rules/host-libevent.make b/rules/host-libevent.make
new file mode 100644
index 000000000000..eaba83d42613
--- /dev/null
+++ b/rules/host-libevent.make
@@ -0,0 +1,23 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2023 by Roland Hieber <r...@pengutronix.de>
+#
+# For further information about the PTXdist project and license conditions
+# see the README file.
+#
+
+#
+# We provide this package
+#
+HOST_PACKAGES-$(PTXCONF_HOST_LIBEVENT) += host-libevent
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+#
+# autoconf
+#
+HOST_LIBEVENT_CONF_TOOL        := autoconf
+
+# vim: syntax=make
-- 
2.39.2


Reply via email to