diff options
author | Adrian Bunk <bunk@stusta.de> | 2019-10-29 11:06:55 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-11-01 17:22:52 -0700 |
commit | 2418c5b0f0a8f0f9683414efb171a2fcba030f37 (patch) | |
tree | 9c41f55b3e647cadf9c273550ce4a30f527aecd8 /meta-networking/recipes-protocols | |
parent | b605d4efe22401c2352257cfbbe06718e0cef1cb (diff) | |
download | meta-openembedded-2418c5b0f0a8f0f9683414efb171a2fcba030f37.tar.gz |
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>
Diffstat (limited to 'meta-networking/recipes-protocols')
-rw-r--r-- | meta-networking/recipes-protocols/usrsctp/usrsctp/0001-Use-foreign-switch-for-automake.patch | 28 | ||||
-rw-r--r-- | meta-networking/recipes-protocols/usrsctp/usrsctp_git.bb | 3 |
2 files changed, 1 insertions, 30 deletions
diff --git a/meta-networking/recipes-protocols/usrsctp/usrsctp/0001-Use-foreign-switch-for-automake.patch b/meta-networking/recipes-protocols/usrsctp/usrsctp/0001-Use-foreign-switch-for-automake.patch deleted file mode 100644 index b932ebbb4f..0000000000 --- a/meta-networking/recipes-protocols/usrsctp/usrsctp/0001-Use-foreign-switch-for-automake.patch +++ /dev/null | |||
@@ -1,28 +0,0 @@ | |||
1 | From 748bc693cf24baf42e459e12f152349e392b6737 Mon Sep 17 00:00:00 2001 | ||
2 | From: Khem Raj <raj.khem@gmail.com> | ||
3 | Date: Tue, 20 Dec 2016 21:32:11 -0800 | ||
4 | Subject: [PATCH] Use foreign switch for automake | ||
5 | |||
6 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
7 | --- | ||
8 | Upstream-Status: Pending | ||
9 | |||
10 | configure.ac | 2 +- | ||
11 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
12 | |||
13 | diff --git a/configure.ac b/configure.ac | ||
14 | index 64cc9994..19ccd4a3 100644 | ||
15 | --- a/configure.ac | ||
16 | +++ b/configure.ac | ||
17 | @@ -29,7 +29,7 @@ dnl SUCH DAMAGE. | ||
18 | dnl | ||
19 | |||
20 | AC_INIT([libusrsctp], [0.9.3.0]) | ||
21 | -AM_INIT_AUTOMAKE | ||
22 | +AM_INIT_AUTOMAKE([foreign]) | ||
23 | |||
24 | AC_PROG_CC | ||
25 | AC_PROG_LIBTOOL | ||
26 | -- | ||
27 | 2.11.0 | ||
28 | |||
diff --git a/meta-networking/recipes-protocols/usrsctp/usrsctp_git.bb b/meta-networking/recipes-protocols/usrsctp/usrsctp_git.bb index 3ec746684b..a5a5605dae 100644 --- a/meta-networking/recipes-protocols/usrsctp/usrsctp_git.bb +++ b/meta-networking/recipes-protocols/usrsctp/usrsctp_git.bb | |||
@@ -2,9 +2,8 @@ DESCRIPTION = "This is a userland SCTP stack supporting FreeBSD, Linux, Mac OS X | |||
2 | LICENSE = "BSD-3-Clause" | 2 | LICENSE = "BSD-3-Clause" |
3 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=ffcf846341f3856d79a483eafa18e2a5" | 3 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=ffcf846341f3856d79a483eafa18e2a5" |
4 | 4 | ||
5 | SRCREV = "dbfc1b8c4cf1a46a4d8987ba542d5ff06bdaf14c" | 5 | SRCREV = "a10cd498d964508c0e6ec6bd2be9dd4afcbb4d86" |
6 | SRC_URI = "git://github.com/sctplab/usrsctp;protocol=https;branch=master \ | 6 | SRC_URI = "git://github.com/sctplab/usrsctp;protocol=https;branch=master \ |
7 | file://0001-Use-foreign-switch-for-automake.patch \ | ||
8 | " | 7 | " |
9 | 8 | ||
10 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |