Changed version to auto date version on build
This commit is contained in:
parent
06e8164e0e
commit
eb000babb6
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@ X_DOLLAR:=$$
|
||||||
X_SOURCE_DIR:=$(CURDIR)/source
|
X_SOURCE_DIR:=$(CURDIR)/source
|
||||||
|
|
||||||
PKG_NAME:=cronosagent
|
PKG_NAME:=cronosagent
|
||||||
PKG_VERSION:=$(shell grep -o -E '[0-9]+' $(CURDIR)/source/Version.h)
|
#PKG_VERSION:=$(shell grep -o -E '[0-9]+' $(CURDIR)/source/Version.h)
|
||||||
|
PKG_VERSION:=$(shell date +"%Y%m%d-%H%M%S")
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
||||||
PKG_BUILD_DEPENDS:=
|
PKG_BUILD_DEPENDS:=
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue