package/rpi-userland: bump version
... and ditch an upstreamed patch. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
e4a5ea9b5e
commit
cf66157115
@ -1,23 +0,0 @@
|
||||
Fix conflicting type qualifiers errors when building with musl.
|
||||
|
||||
Signed-off-by: Sergio Prado <sergio.prado@e-labworks.com>
|
||||
---
|
||||
host_applications/linux/apps/raspicam/RaspiVidYUV.c | 2 --
|
||||
1 file changed, 2 deletions(-)
|
||||
|
||||
diff --git a/host_applications/linux/apps/raspicam/RaspiVidYUV.c b/host_applications/linux/apps/raspicam/RaspiVidYUV.c
|
||||
index b340d63c913f..13e6a6ccf5bf 100644
|
||||
--- a/host_applications/linux/apps/raspicam/RaspiVidYUV.c
|
||||
+++ b/host_applications/linux/apps/raspicam/RaspiVidYUV.c
|
||||
@@ -106,8 +106,6 @@ const int ABORT_INTERVAL = 100; // ms
|
||||
/// Run/record forever
|
||||
#define WAIT_METHOD_FOREVER 4
|
||||
|
||||
-extern FILE *stderr, *stdout;
|
||||
-
|
||||
int mmal_status_to_int(MMAL_STATUS_T status);
|
||||
static void signal_handler(int signal_number);
|
||||
|
||||
--
|
||||
1.9.1
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
RPI_USERLAND_VERSION = 8306b7c757f4b8e8d9148789eeb64c666d9244a5
|
||||
RPI_USERLAND_VERSION = 8369e390999f4a7c3bc57e577247e0dd502c51f7
|
||||
RPI_USERLAND_SITE = $(call github,raspberrypi,userland,$(RPI_USERLAND_VERSION))
|
||||
RPI_USERLAND_LICENSE = BSD-3c
|
||||
RPI_USERLAND_LICENSE_FILES = LICENCE
|
||||
|
Loading…
Reference in New Issue
Block a user