Commit 3d1de0ed authored by Martin Banky's avatar Martin Banky Committed by Peter Korsgaard
Browse files

libosip2: change site location and bump to 3.3.0



Change the site location to debian mirror to get the latest debian patches.

Signed-off-by: default avatarMartin Banky <Martin.Banky@gmail.com>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 1f4000e5
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -32,10 +32,10 @@
	ifplugd, iperf, iproute2, iptables, iw, jpeg, kexec, kismet,
	less, libcgi, libcurl, libdaemon, libdnet, liberation,
	libevent, libglade, libgtk2, libiconv, libidn, libmms, libnl,
	liboil, libpcap, libpng, libtool, libungif, libxml2, libxslt,
	lighttpd, lite, lm-sensors, lockfile-progs, logrotate, m4,
	mdadm, mesa3d, metacity, mtd-utils, mysql_client, nano, nbd,
	ncftp, neon, netperf, netsnmp, ng-spice-rework, ntfsprogs,
	liboil, libosip2, libpcap, libpng, libtool, libungif, libxml2,
	libxslt, lighttpd, lite, lm-sensors, lockfile-progs, logrotate,
	m4, mdadm, mesa3d, metacity, mtd-utils, mysql_client, nano,
	nbd, ncftp, neon, netperf, netsnmp, ng-spice-rework, ntfsprogs,
	ntp, openntpd, openssh, openvpn, oprofile, pango, patch, pcre,
	php, pkg-config, prboom, radvd, rdesktop, ruby, qt, quagga,
	samba, sawman, sdl_mixer, sdl_sound, setserial,
+18 −8
Original line number Diff line number Diff line
@@ -3,14 +3,24 @@
# libosip2
#
#############################################################
LIBOSIP2_VERSION=3.1.0
LIBOSIP2_SOURCE=libosip2-$(LIBOSIP2_VERSION).tar.gz
LIBOSIP2_SITE=http://www.antisip.com/download/exosip2
LIBOSIP2_VERSION = 3.3.0
LIBOSIP2_SOURCE = libosip2_$(LIBOSIP2_VERSION).orig.tar.gz
LIBOSIP2_PATCH = libosip2_$(LIBOSIP2_VERSION)-1.diff.gz
LIBOSIP2_SITE = $(BR2_DEBIAN_MIRROR)/debian/pool/main/libo/libosip2
LIBOSIP2_INSTALL_STAGING = YES

LIBOSIP2_CONF_OPT = \
	--with-gnu-ld \
	--enable-shared \
	--enable-static
ifneq ($(LIBOSIP2_PATCH),)
define LIBOSIP2_DEBIAN_PATCHES
	if [ -d $(@D)/debian/patches ]; then \
		(cd $(@D)/debian/patches && for i in *; \
		 do $(SED) 's,^\+\+\+ .*cvs-$(LIBOSIP2_VERSION)/,+++ cvs-$(LIBOSIP2_VERSION)/,' $$i; \
		 done; \
		); \
		toolchain/patch-kernel.sh $(@D) $(@D)/debian/patches \*; \
	fi
endef
endif

LIBOSIP2_POST_PATCH_HOOKS += LIBOSIP2_DEBIAN_PATCHES

$(eval $(call AUTOTARGETS,package,libosip2))