projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0baae7c
)
[packages] freeswitch: store the git hash in the PKG_REV variable
author
Stephen Walker
<stephendwalker@gmail.com>
Fri, 17 Jun 2011 16:43:24 +0000
(16:43 +0000)
committer
Stephen Walker
<stephendwalker@gmail.com>
Fri, 17 Jun 2011 16:43:24 +0000
(16:43 +0000)
SVN-Revision: 27207
net/freeswitch/Makefile
patch
|
blob
|
history
diff --git
a/net/freeswitch/Makefile
b/net/freeswitch/Makefile
index 3ad51854f092c5fe65f2fb34cb2c766bb0bb97d8..e8648c69095ccf3e7c5965ae27b4c050080b2155 100644
(file)
--- a/
net/freeswitch/Makefile
+++ b/
net/freeswitch/Makefile
@@
-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)