From d61de7deb67ccd0ba221cd593c41928dd69cfcee Mon Sep 17 00:00:00 2001 From: swalker Date: Tue, 7 Jun 2011 21:52:08 +0000 Subject: [PATCH] [packages] freeswitch: store the git hash in the PKG_REV variable git-svn-id: svn://svn.openwrt.org/openwrt/packages@27130 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/freeswitch/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/net/freeswitch/Makefile b/net/freeswitch/Makefile index 44633e13c..bb6263193 100644 --- a/net/freeswitch/Makefile +++ b/net/freeswitch/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2009-2010 OpenWrt.org +# Copyright (C) 2009-2011 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,12 +9,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=freeswitch PKG_VERSION:=1.0.7 -PKG_RELEASE:=$(PKG_SOURCE_VERSION) +PKG_REV:=2146583663a5067f6ff71df1e48c3bb900e89db8 +PKG_RELEASE:=$(PKG_REV) 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:=2146583663a5067f6ff71df1e48c3bb900e89db8 +PKG_SOURCE_VERSION:=$(PKG_REV) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)