All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] can-utils: bump to version 2018.02.0
@ 2018-05-04  9:23 Baruch Siach
  2018-05-06  7:09 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Baruch Siach @ 2018-05-04  9:23 UTC (permalink / raw)
  To: buildroot

Disable for musl. can-utils now uses the error() glibc extension.

Use Makefile as license file.

Change homepage link to the github repo. The README.md file is much more
informative than the elinux.org wiki page.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 package/can-utils/Config.in      | 7 ++++---
 package/can-utils/can-utils.hash | 3 ++-
 package/can-utils/can-utils.mk   | 3 ++-
 3 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/package/can-utils/Config.in b/package/can-utils/Config.in
index bfa522d9899e..1800eca042da 100644
--- a/package/can-utils/Config.in
+++ b/package/can-utils/Config.in
@@ -2,13 +2,14 @@ config BR2_PACKAGE_CAN_UTILS
 	bool "can-utils"
 	depends on BR2_USE_MMU # fork()
 	depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL # clock_nanosleep()
+	depends on !BR2_TOOLCHAIN_USES_MUSL # error()
 	help
 	  SocketCAN is a set of open source CAN drivers and a
 	  networking stack.
 	  This package provides various tools for this stack.
 
-	  http://elinux.org/Can-utils
+	  https://github.com/linux-can/can-utils
 
-comment "can-utils needs a toolchain w/ NPTL"
-	depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL
+comment "can-utils needs a glibc or uClibc toolchain w/ NPTL"
+	depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL || BR2_TOOLCHAIN_USES_MUSL
 	depends on BR2_USE_MMU
diff --git a/package/can-utils/can-utils.hash b/package/can-utils/can-utils.hash
index 64c4cf6692c5..2034c35a874f 100644
--- a/package/can-utils/can-utils.hash
+++ b/package/can-utils/can-utils.hash
@@ -1,2 +1,3 @@
 # Locally computed
-sha256  c4b6b347c1c165a64c1156bb8816bce557945dd770f61b8bdc8fdb7c0744af27  can-utils-c3305fdd515464153d20199db232b6124bc962c0.tar.gz
+sha256  370ad4b19447c29099f7300548f1a3362d6e123c4a6a827dbbd3110bc2c26839  can-utils-v2018.02.0.tar.gz
+sha256  c258939ebb09c3857f5fc7704a449e5077cc881090c87b38f9a81332b96fa075  Makefile
diff --git a/package/can-utils/can-utils.mk b/package/can-utils/can-utils.mk
index 45d5e29fecee..bff4d21fef0b 100644
--- a/package/can-utils/can-utils.mk
+++ b/package/can-utils/can-utils.mk
@@ -4,9 +4,10 @@
 #
 ################################################################################
 
-CAN_UTILS_VERSION = c3305fdd515464153d20199db232b6124bc962c0
+CAN_UTILS_VERSION = v2018.02.0
 CAN_UTILS_SITE = $(call github,linux-can,can-utils,$(CAN_UTILS_VERSION))
 CAN_UTILS_LICENSE = BSD-3-Clause or GPL-2.0, GPL-2.0+
+CAN_UTILS_LICENSE_FILES = Makefile
 CAN_UTILS_AUTORECONF = YES
 
 $(eval $(autotools-package))
-- 
2.17.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH] can-utils: bump to version 2018.02.0
  2018-05-04  9:23 [Buildroot] [PATCH] can-utils: bump to version 2018.02.0 Baruch Siach
@ 2018-05-06  7:09 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2018-05-06  7:09 UTC (permalink / raw)
  To: buildroot

>>>>> "Baruch" == Baruch Siach <baruch@tkos.co.il> writes:

 > Disable for musl. can-utils now uses the error() glibc extension.
 > Use Makefile as license file.

 > Change homepage link to the github repo. The README.md file is much more
 > informative than the elinux.org wiki page.

 > Signed-off-by: Baruch Siach <baruch@tkos.co.il>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-05-06  7:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-04  9:23 [Buildroot] [PATCH] can-utils: bump to version 2018.02.0 Baruch Siach
2018-05-06  7:09 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.