Update buildroot 2020.02.01 (#622)

* Update buildroot 2020.02.01

Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch>

* Fix LN

* Fix wpa

Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch>

* Fix lint

Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch>

* fix-network

Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch>

* Fix script

Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch>
This commit is contained in:
Pascal Vizeli
2020-04-16 20:03:01 +02:00
committed by GitHub
parent 0c2b5aff65
commit 5a6678147e
6201 changed files with 73436 additions and 70757 deletions

View File

@@ -0,0 +1,39 @@
From b9d010d2c07e07eeffa510f14ff833ecb10dc0c8 Mon Sep 17 00:00:00 2001
From: Bernd Kuhls <bernd.kuhls@t-online.de>
Date: Mon, 24 Jun 2019 21:11:33 +0200
Subject: [PATCH] include <limits.h>
Needed after
https://repo.or.cz/rtmpdump.git/commitdiff/c5f04a58fc2aeea6296ca7c44ee4734c18401aa3
to fix
rtmp.c: In function 'HTTP_read':
rtmp.c:4459:26: error: 'INT_MAX' undeclared (first use in this function); did you mean 'INT8_MAX'?
reported by buildroot autobuilders:
http://autobuild.buildroot.net/?reason=rtmpdump-c5f04a58fc2aeea6296ca7c44ee4734c18401aa3
Patch sent upstream by e-mail to author of
https://repo.or.cz/rtmpdump.git/patch/c5f04a58fc2aeea6296ca7c44ee4734c18401aa3
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
librtmp/rtmp.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/librtmp/rtmp.h b/librtmp/rtmp.h
index 6d7dd89..48d4fc3 100644
--- a/librtmp/rtmp.h
+++ b/librtmp/rtmp.h
@@ -32,6 +32,7 @@
#include <errno.h>
#include <stdint.h>
#include <stddef.h>
+#include <limits.h>
#include "amf.h"
--
2.20.1

View File

@@ -0,0 +1,3 @@
# Locally computed
sha256 b98fceba5155c5a1ee3f26550ea94144c72d8b8c5a050c213bb55dab330ad6ff rtmpdump-c5f04a58fc2aeea6296ca7c44ee4734c18401aa3.tar.gz
sha256 03fe7ca91cc28e99b4003d5b3bd4ce3b084d4c475fdf9975cf0e7fdf4dc739cd librtmp/COPYING

View File

@@ -4,7 +4,7 @@
#
################################################################################
RTMPDUMP_VERSION = fa8646daeb19dfd12c181f7d19de708d623704c0
RTMPDUMP_VERSION = c5f04a58fc2aeea6296ca7c44ee4734c18401aa3
RTMPDUMP_SITE = git://git.ffmpeg.org/rtmpdump
RTMPDUMP_INSTALL_STAGING = YES
# Note that rtmpdump is GPL-2.0 but librtmp has its own license and since we only