Created
January 12, 2020 02:31
-
-
Save neheb/714676c6b926b8f3d40434ddec5d04d1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/utils/canutils/Makefile b/utils/canutils/Makefile | |
index 4aebafd95..ffc94c97f 100644 | |
--- a/utils/canutils/Makefile | |
+++ b/utils/canutils/Makefile | |
@@ -19,6 +19,7 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/can-utils-$(PKG_VERSION) | |
PKG_MAINTAINER:=Anton Glukhov <[email protected]> | |
PKG_LICENSE:=GPL-2.0-or-later | |
+PKG_FIXUP:=autoreconf | |
PKG_INSTALL:=1 | |
PKG_BUILD_PARALLEL:=1 | |
@@ -59,9 +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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment