mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Tretter <m.tretter@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: mtr@pengutronix.de
Subject: [ptxdist] [PATCH] gt: version bump 31b13554... -> 2021-09-30-g7247547a
Date: Thu,  6 Jan 2022 11:59:34 +0100	[thread overview]
Message-ID: <20220106105934.1598955-1-m.tretter@pengutronix.de> (raw)

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>
---
 rules/gt.make | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

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)
 
-- 
2.30.2


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


             reply	other threads:[~2022-01-06 10:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-06 10:59 Michael Tretter [this message]
2022-01-21  7:19 ` [ptxdist] [APPLIED] " 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=20220106105934.1598955-1-m.tretter@pengutronix.de \
    --to=m.tretter@pengutronix.de \
    --cc=mtr@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