@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME := canutils
PKG_VERSION := 2020.02.04
PKG_RELEASE := 1
PKG_RELEASE := 2
PKG_SOURCE := $( PKG_NAME) -$( PKG_VERSION) .tar.gz
PKG_SOURCE_URL := https://codeload.github.com/linux-can/can-utils/tar.gz/v$( PKG_VERSION) ?
@ -18,12 +18,12 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/can-utils-$(PKG_VERSION)
PKG_MAINTAINER := Anton Glukhov <anton.a.glukhov@gmail.com>
PKG_LICENSE := GPL-2.0-or-later
PKG_LICENSE_FILES := COPYING
PKG_FIXUP := autoreconf
PKG_INSTALL := 1
PKG_BUILD_PARALLEL := 1
i n c l u d e $( INCLUDE_DIR ) / p a c k a g e . m k
i n c l u d e $( INCLUDE_DIR ) / c m a k e . m k
d e f i n e P a c k a g e / c a n u t i l s / D e f a u l t
SECTION:= utils
@ -41,6 +41,7 @@ define GenPlugin
define Package/$( addprefix canutils-,$( 1) )
$( call Package/canutils/Default)
TITLE:= Utility $( 1) from the CAN utilities
DEPENDS:= canutils
endef
define Package/$( addprefix canutils-,$( 1) ) /description