summaryrefslogtreecommitdiffstats
path: root/package/pjsip/Makefile
diff options
context:
space:
mode:
authorluka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-06-03 23:37:58 +0000
committerluka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-06-03 23:37:58 +0000
commitc906be87a1bc34b779cecc5e19aa46a5130a91d8 (patch)
tree082e95a14f65dcc65cf5311cc6690d2c10f022f4 /package/pjsip/Makefile
parent060f822fc24aab317475152fec91ee7f99528523 (diff)
pjsip: update to version 1.14.2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32040 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/pjsip/Makefile')
-rw-r--r--package/pjsip/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/package/pjsip/Makefile b/package/pjsip/Makefile
index 97a577155..20fb6fab7 100644
--- a/package/pjsip/Makefile
+++ b/package/pjsip/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2010-2011 OpenWrt.org
+# Copyright (C) 2010-2012 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=pjsip
-PKG_VERSION:=1.12
+PKG_VERSION:=1.14.2
PKG_RELEASE:=1
PKG_SOURCE:=pjproject-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://www.pjsip.org/release/$(PKG_VERSION)/
-PKG_MD5SUM:=1db8e5a5dd73b216409b15afa34651a4
+PKG_MD5SUM:=05428502384c16e7abd85f047e6e2f6c
PKG_INSTALL:=1
PKG_BUILD_PARALLEL:=1
@@ -96,9 +96,5 @@ define Build/InstallDev
$(CP) $(PKG_INSTALL_DIR)/usr/pjsip-$(BUILD_VARIANT) $(1)/usr
endef
-define Package/pjsip-$(BUILD_VARIANT)/install
- echo "foo"
-endef
-
$(eval $(call BuildPackage,pjsip-oss))
$(eval $(call BuildPackage,pjsip-ltq-tapi))