mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Roland Hieber <r.hieber@pengutronix.de>
To: "Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>
Cc: ptxdist@pengutronix.de
Subject: Re: [ptxdist] [PATCH] minicoredumper: New package
Date: Tue, 14 Aug 2018 12:14:20 +0200	[thread overview]
Message-ID: <20180814101420.u7tnub5wtqcc5rkb@pengutronix.de> (raw)
In-Reply-To: <20180814095744.gj4dxgetzlxlh6r6@pengutronix.de>

On Tue, Aug 14, 2018 at 11:57:44AM +0200, Roland Hieber wrote:
> On Mon, Aug 13, 2018 at 04:57:48PM +0200, Uwe Kleine-König wrote:
[...]
> > diff --git a/rules/minicoredumper.make b/rules/minicoredumper.make
> > new file mode 100644
> > index 000000000000..b63be8c2ba19
> > --- /dev/null
> > +++ b/rules/minicoredumper.make
> > @@ -0,0 +1,82 @@
> > +# -*-makefile-*-
> > +#
> > +# Copyright (C) 2018 by Uwe Kleine-Koenig <u.kleine-koenig@pengutronix.de>
> > +#
> > +# See CREDITS for details about who has contributed to this project.
> > +#
> > +# For further information about the PTXdist project and license conditions
> > +# see the README file.
> > +#
> > +
> > +#
> > +# We provide this package
> > +#
> > +PACKAGES-$(PTXCONF_MINICOREDUMPER) += minicoredumper
> > +
> > +#
> > +# Paths and names
> > +#
> > +MINICOREDUMPER_VERSION	:= 2.0.1
> > +MINICOREDUMPER_MD5	:= 813b864e0c6a833d14bab244723de6a4
> > +MINICOREDUMPER		:= minicoredumper-$(MINICOREDUMPER_VERSION)
> > +MINICOREDUMPER_SUFFIX	:= tar.xz
> > +MINICOREDUMPER_URL	:= https://linutronix.de/minicoredumper/files/$(MINICOREDUMPER).$(MINICOREDUMPER_SUFFIX)
> > +MINICOREDUMPER_SOURCE	:= $(SRCDIR)/$(MINICOREDUMPER).$(MINICOREDUMPER_SUFFIX)
> > +MINICOREDUMPER_DIR	:= $(BUILDDIR)/$(MINICOREDUMPER)
> > +MINICOREDUMPER_LICENSE	:= BSD LGPG-2.1
> > +MINICOREDUMPER_LICENSE_FILES := file://COPYING;md5=71827c617ec7b45a0dd23658347cc1e9
> > +
> > +# ----------------------------------------------------------------------------
> > +# Extract
> > +# ----------------------------------------------------------------------------
> > +
> > +$(STATEDIR)/minicoredumper.extract: $(STATEDIR)/autogen-tools
> 
> Interesting, I didn't know this one yet. Apparently it generates a
> configure script when only a configure.ac is present?

Hm. On second read of ptxdist/rules/pre/autogen.make, this should be a
no-op as long as no patches/$(MINICOREDUMPER)/autogen.sh is present,
which is the case here. Does it work for you as intended?

 - Roland

> > +
> > +$(STATEDIR)/minicoredumper.extract:
> > +	@$(call targetinfo)
> > +	@$(call clean, $(MINICOREDUMPER_DIR))
> > +	@$(call extract, MINICOREDUMPER)
> > +	@$(call patchin, MINICOREDUMPER)
> > +	@$(call touch)
> > +
> > +# ----------------------------------------------------------------------------
> > +# Prepare
> > +# ----------------------------------------------------------------------------
> > +
[...]

-- 
Roland Hieber                     | r.hieber@pengutronix.de     |
Pengutronix e.K.                  | https://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim | Phone: +49-5121-206917-5086 |
Amtsgericht Hildesheim, HRA 2686  | Fax:   +49-5121-206917-5555 |

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

  reply	other threads:[~2018-08-14 10:14 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-13 14:57 Uwe Kleine-König
2018-08-14  9:57 ` Roland Hieber
2018-08-14 10:14   ` Roland Hieber [this message]
2018-08-14 11:02     ` Uwe Kleine-König
2018-08-14 12:38       ` Denis OSTERLAND
2018-08-15 10:03         ` Roland Hieber
2018-08-14 16:15 ` [ptxdist] [PATCH v2] " Uwe Kleine-König
2018-08-15  9:59   ` Roland Hieber
2018-08-29  7:31   ` Alexander Dahl
2018-08-31  7:41   ` 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=20180814101420.u7tnub5wtqcc5rkb@pengutronix.de \
    --to=r.hieber@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    --cc=u.kleine-koenig@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