[packages] freeswitch: store the git hash in the PKG_REV variable
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27207 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
b63d7d8b1a
commit
dee9681905
@ -14,7 +14,8 @@ PKG_RELEASE:=1
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL:=git://git.$(PKG_NAME).org/$(PKG_NAME).git
|
||||
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
|
||||
PKG_SOURCE_VERSION:=1c6b7d81618a943be9b1c0720bc0032b34b2876a
|
||||
PKG_REV:=1c6b7d81618a943be9b1c0720bc0032b34b2876a
|
||||
PKG_SOURCE_VERSION:=$(PKG_REV)
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user