From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from dude02.hi.pengutronix.de ([2001:67c:670:100:1d::28] helo=dude02.lab.pengutronix.de) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jhHy9-0004W2-2Y for ptxdist@pengutronix.de; Fri, 05 Jun 2020 21:25:33 +0200 Received: from mol by dude02.lab.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1jhHy8-0008Tz-QO for ptxdist@pengutronix.de; Fri, 05 Jun 2020 21:25:32 +0200 Date: Fri, 5 Jun 2020 21:25:32 +0200 From: Michael Olbrich Message-ID: <20200605192532.GC1716@pengutronix.de> References: <20200605144640.654-1-m.cichy@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: Subject: Re: [ptxdist] [PATCH v3 1/3] host-gengetopt: add package List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de On Fri, Jun 05, 2020 at 04:50:58PM +0200, Marian Cichy wrote: > 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. No, this is correct. No relative patches please. > On 6/5/20 4:46 PM, Marian Cichy wrote: > > --- But it helps, if you write here, what changed. '--annotate' ist the relevant 'git send-email' option for this. Michael > > 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 > > +# > > +# 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 > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de