* [ptxdist] [PATCH v1] update berlios-can-utils to the latest git version
@ 2019-08-30 5:04 Oleksij Rempel
2019-08-30 6:39 ` Michael Olbrich
0 siblings, 1 reply; 2+ messages in thread
From: Oleksij Rempel @ 2019-08-30 5:04 UTC (permalink / raw)
To: ptxdist; +Cc: Oleksij Rempel
this will update j1939 related to tools to latest kernel UAPI
Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
---
.../{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
-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)
--
2.23.0
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [ptxdist] [PATCH v1] update berlios-can-utils to the latest git version
2019-08-30 5:04 [ptxdist] [PATCH v1] update berlios-can-utils to the latest git version Oleksij Rempel
@ 2019-08-30 6:39 ` Michael Olbrich
0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2019-08-30 6:39 UTC (permalink / raw)
To: ptxdist; +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 <o.rempel@pengutronix.de>
> ---
> .../{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/<commit-ish>.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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-08-30 6:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-30 5:04 [ptxdist] [PATCH v1] update berlios-can-utils to the latest git version Oleksij Rempel
2019-08-30 6:39 ` Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox