Browse Source

Merge pull request #14861 from neheb/canuti

canutils: update to 2020.12.0
lilik-openwrt-22.03
Rosen Penev 4 years ago
committed by GitHub
parent
commit
8fe0fd23ac
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 12 deletions
  1. +2
    -2
      utils/canutils/Makefile
  2. +0
    -10
      utils/canutils/patches/010-time.patch

+ 2
- 2
utils/canutils/Makefile View 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>


+ 0
- 10
utils/canutils/patches/010-time.patch View File

@ -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>

Loading…
Cancel
Save