canutils: update to 2020.12.0
authorRosen Penev <redacted>
Mon, 22 Feb 2021 01:50:28 +0000 (17:50 -0800)
committerRosen Penev <redacted>
Tue, 23 Feb 2021 00:36:35 +0000 (16:36 -0800)
Remove upstreamed patch.

Signed-off-by: Rosen Penev <redacted>
utils/canutils/Makefile
utils/canutils/patches/010-time.patch [deleted file]

index 9bb331dec25b753c5c76ac4379cd98dde9d34ae8..06d21bf49ad208b45704fe237411c6ef92defd00 100644 (file)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=canutils
-PKG_VERSION:=2020.11.0
+PKG_VERSION:=2020.12.0
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://codeload.github.com/linux-can/can-utils/tar.gz/v$(PKG_VERSION)?
-PKG_HASH:=b8e53081c076fca248c39ae9ae5791359a81f1eb3e5fe23ff6fb0d0e1f1033fa
+PKG_HASH:=c5c22a00ce2ea7578d7617ac0affef8f47a349be58e708780d703b979f324a2b
 PKG_BUILD_DIR:=$(BUILD_DIR)/can-utils-$(PKG_VERSION)
 
 PKG_MAINTAINER:=Anton Glukhov <anton.a.glukhov@gmail.com>
diff --git a/utils/canutils/patches/010-time.patch b/utils/canutils/patches/010-time.patch
deleted file mode 100644 (file)
index 503f93e..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/j1939cat.c
-+++ b/j1939cat.c
-@@ -13,6 +13,7 @@
- #include <stdio.h>
- #include <stdlib.h>
- #include <string.h>
-+#include <time.h>
- #include <unistd.h>
- #include <linux/errqueue.h>
git clone https://git.99rst.org/PROJECT