mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Marian Cichy <mci@pengutronix.de>
To: ptxdist@pengutronix.de, Marian Cichy <m.cichy@pengutronix.de>
Subject: Re: [ptxdist] [PATCH v3 1/3] host-gengetopt: add package
Date: Fri, 5 Jun 2020 16:50:58 +0200	[thread overview]
Message-ID: <d28a7d6d-0218-ba6b-dea6-1c3780a339ed@pengutronix.de> (raw)
In-Reply-To: <20200605144640.654-1-m.cichy@pengutronix.de>

I understand now that every new version should be a diff relative to the 
previous version. However, I frigged up by generating v1 in a 
ptxdist-repo and v2 in a BSP (and now v3 again in ptxdist). So a 
version-diff now will probably break everything.

Sorry for the inconvenience.

On 6/5/20 4:46 PM, Marian Cichy wrote:
> ---
>   rules/host-gengetopt.in   |  9 +++++++++
>   rules/host-gengetopt.make | 26 ++++++++++++++++++++++++++
>   2 files changed, 35 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..2c1b3bb0d
> --- /dev/null
> +++ b/rules/host-gengetopt.make
> @@ -0,0 +1,26 @@
> +# -*-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
> +# vim: syntax=make

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

  parent reply	other threads:[~2020-06-05 14:50 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-05 14:46 Marian Cichy
2020-06-05 14:46 ` [ptxdist] [PATCH v3 2/3] bayer2rgb3: " Marian Cichy
2020-06-05 14:46 ` [ptxdist] [PATCH v3 3/3] gst-bayer2rgb-neon: " Marian Cichy
2020-06-05 14:50 ` Marian Cichy [this message]
2020-06-05 19:25   ` [ptxdist] [PATCH v3 1/3] host-gengetopt: " Michael Olbrich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=d28a7d6d-0218-ba6b-dea6-1c3780a339ed@pengutronix.de \
    --to=mci@pengutronix.de \
    --cc=m.cichy@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox