diff options
author | Luka Perkov <luka@openwrt.org> | 2012-06-03 23:37:58 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2012-06-03 23:37:58 +0000 |
commit | 6c8d273721e8ddb8dfdb2e8441603aa7b33647a3 (patch) | |
tree | efa0d9b0c33b45f7a2aa70e41ae7c059d9478fa1 /package/pjsip/Makefile | |
parent | 785c3f1db88c9fd2bb8320e59a9838926864b38d (diff) | |
download | upstream-6c8d273721e8ddb8dfdb2e8441603aa7b33647a3.tar.gz upstream-6c8d273721e8ddb8dfdb2e8441603aa7b33647a3.tar.bz2 upstream-6c8d273721e8ddb8dfdb2e8441603aa7b33647a3.zip |
pjsip: update to version 1.14.2
SVN-Revision: 32040
Diffstat (limited to 'package/pjsip/Makefile')
-rw-r--r-- | package/pjsip/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/package/pjsip/Makefile b/package/pjsip/Makefile index 97a5771557..20fb6fab73 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)) |