From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Thu, 06 Jan 2022 11:59:47 +0100 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1n5QUl-00CjOJ-U3 for lore@lore.pengutronix.de; Thu, 06 Jan 2022 11:59:47 +0100 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1n5QUk-0006CR-KT; Thu, 06 Jan 2022 11:59:46 +0100 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1n5QUZ-0006CC-EU; Thu, 06 Jan 2022 11:59:35 +0100 Received: from [2a0a:edc0:0:1101:1d::39] (helo=dude03.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1n5QUZ-008lYC-Ee; Thu, 06 Jan 2022 11:59:34 +0100 Received: from mtr by dude03.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1n5QUY-006hyO-0Y; Thu, 06 Jan 2022 11:59:34 +0100 From: Michael Tretter To: ptxdist@pengutronix.de Date: Thu, 6 Jan 2022 11:59:34 +0100 Message-Id: <20220106105934.1598955-1-m.tretter@pengutronix.de> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Subject: [ptxdist] [PATCH] gt: version bump 31b13554... -> 2021-09-30-g7247547a X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: mtr@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false 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 --- 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