mirror of https://github.com/OpenIPC/firmware.git
Use dynamically determined ipctool latest commit (same idea in microbe-web)
parent
aa302b2c7c
commit
b4c1898899
|
@ -4,14 +4,12 @@
|
|||
#
|
||||
################################################################################
|
||||
|
||||
IPCTOOL_VERSION = HEAD
|
||||
IPCTOOL_VERSION = $(shell git ls-remote https://github.com/OpenIPC/ipctool/ master | awk '{ print $$1 }')
|
||||
IPCTOOL_SITE = https://github.com/OpenIPC/ipctool.git
|
||||
IPCTOOL_SITE_METHOD = git
|
||||
IPCTOOL_LICENSE = MIT
|
||||
IPCTOOL_LICENSE_FILES = LICENSE
|
||||
|
||||
IPCTOOL_OVERRIDE_SRCDIR_RSYNC_EXCLUSIONS=--include .git
|
||||
|
||||
IPCTOOL_CONF_OPTS += -DBUILD_SHARED_LIBS=ON -DCMAKE_BUILD_TYPE=Release
|
||||
|
||||
IPCTOOL_MAKE_OPTS += VERBOSE=1
|
||||
|
|
Loading…
Reference in New Issue