usrsctp: Upgrade to a more recent git snapshot

Patch applied upstream removed.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Adrian Bunk 2019-10-29 11:06:55 +02:00 committed by Khem Raj
parent b605d4efe2
commit 2418c5b0f0
2 changed files with 1 additions and 30 deletions

View File

@ -1,28 +0,0 @@
From 748bc693cf24baf42e459e12f152349e392b6737 Mon Sep 17 00:00:00 2001
From: Khem Raj <raj.khem@gmail.com>
Date: Tue, 20 Dec 2016 21:32:11 -0800
Subject: [PATCH] Use foreign switch for automake
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
Upstream-Status: Pending
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 64cc9994..19ccd4a3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -29,7 +29,7 @@ dnl SUCH DAMAGE.
dnl
AC_INIT([libusrsctp], [0.9.3.0])
-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE([foreign])
AC_PROG_CC
AC_PROG_LIBTOOL
--
2.11.0

View File

@ -2,9 +2,8 @@ DESCRIPTION = "This is a userland SCTP stack supporting FreeBSD, Linux, Mac OS X
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=ffcf846341f3856d79a483eafa18e2a5"
SRCREV = "dbfc1b8c4cf1a46a4d8987ba542d5ff06bdaf14c"
SRCREV = "a10cd498d964508c0e6ec6bd2be9dd4afcbb4d86"
SRC_URI = "git://github.com/sctplab/usrsctp;protocol=https;branch=master \
file://0001-Use-foreign-switch-for-automake.patch \
"
S = "${WORKDIR}/git"