Merge pull request #11000 from neheb/can

canutils: Switch to autotools instead of regular Makefile
This commit is contained in:
Rosen Penev 2020-01-12 15:35:13 -08:00 committed by GitHub
commit 55f577b968
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 8 deletions

View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=canutils
PKG_VERSION:=2018.02.0
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)?
@ -19,6 +19,7 @@ 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_FIXUP:=autoreconf
PKG_INSTALL:=1
PKG_BUILD_PARALLEL:=1
@ -59,13 +60,6 @@ FILES:=canbusload can-calc-bit-timing candump \
$(foreach a,$(FILES),$(eval $(call GenPlugin,$(a))))
MAKE_FLAGS += \
PREFIX="$(CONFIGURE_PREFIX)"
define Package/canutils/install
true
endef
define PartInstall
define Package/canutils-$(1)/install
$(INSTALL_DIR) $$(1)/usr/bin