mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Michael Tretter <m.tretter@pengutronix.de>
Subject: Re: [ptxdist] [APPLIED] gt: version bump 31b13554... -> 2021-09-30-g7247547a
Date: Fri, 21 Jan 2022 08:19:20 +0100	[thread overview]
Message-ID: <20220121071920.1967712-1-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <20220106105934.1598955-1-m.tretter@pengutronix.de>

Thanks, applied as 8f95df1a30b1f3345b43cb01c2c7860aa3d2d078.

Michael

[sent from post-receive hook]

On Fri, 21 Jan 2022 08:19:20 +0100, Michael Tretter <m.tretter@pengutronix.de> wrote:
> Update to the latest master to get a few build system cleanups. For
> example, the install location of the config file is now /etc, which
> allows us to use install_alternative to be able to override the config
> in a BSP.
> 
> Also add the date to the package version and document that there are no
> tags for gt.
> 
> Signed-off-by: Michael Tretter <m.tretter@pengutronix.de>
> Message-Id: <20220106105934.1598955-1-m.tretter@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/gt.make b/rules/gt.make
> index 5fc40c2e247a..53deaba5a4c1 100644
> --- a/rules/gt.make
> +++ b/rules/gt.make
> @@ -14,8 +14,9 @@ PACKAGES-$(PTXCONF_GT) += gt
>  #
>  # Paths and names
>  #
> -GT_VERSION	:= 31b135546d0d1733b5b7ca19f48748c06824d65a
> -GT_MD5		:= 5ae9260049f5d2cd2ebeccef92e7888b
> +# No tags: use a fake descriptive commit-ish to include the date
> +GT_VERSION	:= 2021-09-30-g7247547a
> +GT_MD5		:= ac390e90cc866ca95cf4821fbf25812b
>  GT		:= gt-$(GT_VERSION)
>  GT_SUFFIX	:= tar.gz
>  GT_URL		:= https://github.com/linux-usb-gadgets/gt/archive/$(GT_VERSION).$(GT_SUFFIX)
> @@ -50,8 +51,7 @@ $(STATEDIR)/gt.targetinstall:
>  	@$(call install_fixup, gt, DESCRIPTION, missing)
>  
>  	@$(call install_copy, gt, 0, 0, 0755, -, /usr/bin/gt)
> -	@$(call install_copy, gt, 0, 0, 0644, \
> -	        $(GT_PKGDIR)/usr/etc/gt/gt.conf, /etc/gt/gt.conf)
> +	@$(call install_alternative, gt, 0, 0, 0644, /etc/gt/gt.conf)
>  
>  	@$(call install_finish, gt)
>  

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


      reply	other threads:[~2022-01-21  7:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-06 10:59 [ptxdist] [PATCH] " Michael Tretter
2022-01-21  7:19 ` Michael Olbrich [this message]

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=20220121071920.1967712-1-m.olbrich@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=m.tretter@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