mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH v4 1/3] host-gengetopt: add package
@ 2020-06-06 14:47 Marian Cichy
  2020-06-06 14:47 ` [ptxdist] [PATCH v4 2/3] bayer2rgb3: " Marian Cichy
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Marian Cichy @ 2020-06-06 14:47 UTC (permalink / raw)
  To: ptxdist; +Cc: Marian Cichy

Signed-off-by: Marian Cichy <m.cichy@pengutronix.de>
---
Changes since v3:
- add _CONF_TOOL and _CONF_OPT parameters
---
 rules/host-gengetopt.in   |  9 +++++++++
 rules/host-gengetopt.make | 40 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 49 insertions(+)
 create mode 100644 rules/host-gengetopt.in
 create mode 100644 rules/host-gengetopt.make

diff --git a/rules/host-gengetopt.in b/rules/host-gengetopt.in
new file mode 100644
index 000000000..f6855ab5f
--- /dev/null
+++ b/rules/host-gengetopt.in
@@ -0,0 +1,9 @@
+## SECTION=hosttools
+
+config HOST_GENGETOPT
+	tristate
+	prompt "gengetopt"
+	help
+	  Gengetopt is a tool to write command line option
+	  parsing code for C programs.
+
diff --git a/rules/host-gengetopt.make b/rules/host-gengetopt.make
new file mode 100644
index 000000000..b937ba383
--- /dev/null
+++ b/rules/host-gengetopt.make
@@ -0,0 +1,40 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2020 by Marian Cichy <m.cichy@pengutronix.de>
+#
+# For further information about the PTXdist project and license conditions
+# see the README file.
+#
+
+#
+# We provide this package
+#
+HOST_PACKAGES-$(PTXCONF_HOST_GENGETOPT) += host-gengetopt
+
+#
+# Paths and names
+#
+HOST_GENGETOPT_VERSION	:= 2.23
+HOST_GENGETOPT_MD5	:= ea165d618640dbdecb42ae4491337965
+HOST_GENGETOPT		:= gengetopt-$(HOST_GENGETOPT_VERSION)
+HOST_GENGETOPT_SUFFIX	:= tar.xz
+HOST_GENGETOPT_URL	:= https://ftp.gnu.org/gnu/gengetopt/$(HOST_GENGETOPT).$(HOST_GENGETOPT_SUFFIX)
+HOST_GENGETOPT_SOURCE	:= $(SRCDIR)/$(HOST_GENGETOPT).$(HOST_GENGETOPT_SUFFIX)
+HOST_GENGETOPT_DIR	:= $(HOST_BUILDDIR)/$(HOST_GENGETOPT)
+HOST_GENGETOPT_LICENSE	:= GPL-3.0-only
+HOST_GENGETOPT_LICENSE_FILES := file://COPYING;md5=ff95bfe019feaf92f524b73dd79e76eb
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+#
+# autoconf
+#
+HOST_GENGETOPT_CONF_TOOL	:= autoconf
+HOST_GENGETOPT_CONF_OPT		:= \
+	$(HOST_AUTOCONF) \
+	--with-gengen=false \
+	--with-gengetopt=false
+
+# vim: syntax=make
-- 
2.20.1


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-06-12 11:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-06 14:47 [ptxdist] [PATCH v4 1/3] host-gengetopt: add package Marian Cichy
2020-06-06 14:47 ` [ptxdist] [PATCH v4 2/3] bayer2rgb3: " Marian Cichy
2020-06-12 11:32   ` [ptxdist] [APPLIED] " Michael Olbrich
2020-06-06 14:47 ` [ptxdist] [PATCH v4 3/3] gst-bayer2rgb-neon: " Marian Cichy
2020-06-12 11:32   ` [ptxdist] [APPLIED] " Michael Olbrich
2020-06-12 11:32 ` [ptxdist] [APPLIED] host-gengetopt: " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox