Skip to content

Commit

Permalink
yate: updates yate to 5.4.2. This fixes openwrt-mirror#14
Browse files Browse the repository at this point in the history
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
  • Loading branch information
jslachta committed Mar 16, 2015
1 parent 00d2fb7 commit 4165841
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 34 deletions.
6 changes: 3 additions & 3 deletions net/yate/Makefile
Expand Up @@ -9,15 +9,15 @@
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/uclibc++.mk

RELEASEVER:=5.4.0
RELEASEVER:=5.4.2

PKG_NAME:=yate
PKG_VERSION:=$(RELEASEVER)-1
PKG_RELEASE:=4

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://yate.null.ro/tarballs/yate5/
PKG_MD5SUM:=427fd2ffde51116271534f398bf913e8
PKG_MD5SUM:=50ffb5a9d3a7105a8776e56783d309ed
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)

PKG_LICENSE:=GPL-2.0
Expand Down Expand Up @@ -108,7 +108,7 @@ CONFIGURE_ARGS+= \
--with-spandsp="$(STAGING_DIR)/usr/include" \
--without-pwlib \
--without-openh323 \
--with-openssl="$(STAGING_DIR)/usr" \
--with-openssl \
--with-zlib="$(STAGING_DIR)/usr" \
--without-libqt4 \
--without-qtstatic \
Expand Down
31 changes: 0 additions & 31 deletions net/yate/patches/001-ppc-fix.patch

This file was deleted.

0 comments on commit 4165841

Please sign in to comment.