From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Date: Fri, 30 Aug 2019 08:39:46 +0200 From: Michael Olbrich Message-ID: <20190830062023.GA23063@pengutronix.de> References: <20190830050438.10251-1-o.rempel@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20190830050438.10251-1-o.rempel@pengutronix.de> Subject: Re: [ptxdist] [PATCH v1] update berlios-can-utils to the latest git version 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 Cc: Oleksij Rempel On Fri, Aug 30, 2019 at 07:04:38AM +0200, Oleksij Rempel wrote: > this will update j1939 related to tools to latest kernel UAPI > > Signed-off-by: Oleksij Rempel > --- > .../{canutils-b6cb9a04e5 => canutils-a8d4827d0f}/autogen.sh | 0 > rules/berlios-can-utils.make | 4 ++-- > 2 files changed, 2 insertions(+), 2 deletions(-) > rename patches/{canutils-b6cb9a04e5 => canutils-a8d4827d0f}/autogen.sh (100%) > > diff --git a/patches/canutils-b6cb9a04e5/autogen.sh b/patches/canutils-a8d4827d0f/autogen.sh > similarity index 100% > rename from patches/canutils-b6cb9a04e5/autogen.sh > rename to patches/canutils-a8d4827d0f/autogen.sh > diff --git a/rules/berlios-can-utils.make b/rules/berlios-can-utils.make > index 90868b79f..ebe8a8529 100644 > --- a/rules/berlios-can-utils.make > +++ b/rules/berlios-can-utils.make > @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_BERLIOS_CAN_UTILS) += berlios-can-utils > # > # Paths and names > # > -BERLIOS_CAN_UTILS_VERSION := b6cb9a04e5 Can you use the output of 'git describe' or fake it with the date of the latest commit? This will be more descriptive than just the hash. > -BERLIOS_CAN_UTILS_MD5 := f1eef88eaad92e3c3ab4c08ef827ba84 > +BERLIOS_CAN_UTILS_VERSION := a8d4827d0f > +BERLIOS_CAN_UTILS_MD5 := 92555601f5c8b602dd727996280cbd7b > BERLIOS_CAN_UTILS := canutils-$(BERLIOS_CAN_UTILS_VERSION) > BERLIOS_CAN_UTILS_SUFFIX := tar.bz2 > BERLIOS_CAN_UTILS_URL := https://github.com/linux-can/can-utils.git;tag=$(BERLIOS_CAN_UTILS_VERSION) And please turn this into a https download. For github this should work: https://github.com/linux-can/can-utils/archive/.tar.gz Michael > -- > 2.23.0 > > > _______________________________________________ > ptxdist mailing list > ptxdist@pengutronix.de > -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de