luci-0.8/contrib: change Makefile to always checkout latest revision
This commit is contained in:
parent
3ed8c6364b
commit
703b52d256
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@ ifeq ($(USELOCAL),1)
|
|||
else
|
||||
PKG_SOURCE_URL:=http://svn.luci.subsignal.org/luci/$(PKG_BRANCH)
|
||||
ifeq ($(DUMP),)
|
||||
PKG_REV:=HEAD
|
||||
PKG_VERSION:=0.8.6
|
||||
PKG_REV:=$(shell LC_ALL=C svn info $(CURDIR) | sed -ne 's/^Revision: //p')
|
||||
PKG_VERSION:=0.8+svn$(PKG_REV)
|
||||
endif
|
||||
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
|
||||
PKG_SOURCE:=$(PKG_SOURCE_SUBDIR).tar.gz
|
||||
|
|
Loading…
Reference in a new issue