diff options
author | Peter Seiderer <ps.report@gmx.net> | 2018-10-26 21:26:47 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-11-01 18:12:22 +0100 |
commit | bdebaef22f7820cdf2c55f723d34477ba582bfcd (patch) | |
tree | 43885a655949dc2b7b9ac710e921016c559b2969 /package/libv4l/0006-v4l2-ctl-fix-glibc-2.28-build.patch | |
parent | 8457d2222778634ea3c14eb6c12c71a8bb2eb247 (diff) | |
download | buildroot-bdebaef22f7820cdf2c55f723d34477ba582bfcd.tar.gz buildroot-bdebaef22f7820cdf2c55f723d34477ba582bfcd.zip |
package/libv4l: bump version to 1.16.1
Removed patches:
- 0003-libdvbv5-add-optional-copy-of-TEMP_FAILURE_RETRY-mac.patch
(Upstream accepted, see [1])
- 0005-libv4lconvert-fix-compiler-warning.patch
(From upstream, see [2])
- 0006-v4l2-ctl-fix-glibc-2.28-build.patch
(From upstream, see [3])
Disable new qvidcap for now.
[1] https://git.linuxtv.org/v4l-utils.git/commit/?id=c28248deeb2d7fe43fcde948c00b9b8fa2bc1e8f
[2] https://git.linuxtv.org/v4l-utils.git/commit/?id=380fe7d4548a99bfcfc1594b6f0b3dd2369978f1
[3] https://git.linuxtv.org/v4l-utils.git/commit/?id=65e7b2a4076845d3932b88cb9c76f1fa4b78c32c
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
[Thomas: pass --disable-qvidcap only once.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/libv4l/0006-v4l2-ctl-fix-glibc-2.28-build.patch')
-rw-r--r-- | package/libv4l/0006-v4l2-ctl-fix-glibc-2.28-build.patch | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/package/libv4l/0006-v4l2-ctl-fix-glibc-2.28-build.patch b/package/libv4l/0006-v4l2-ctl-fix-glibc-2.28-build.patch deleted file mode 100644 index c66f4d8033..0000000000 --- a/package/libv4l/0006-v4l2-ctl-fix-glibc-2.28-build.patch +++ /dev/null @@ -1,30 +0,0 @@ -From f7eb207a3b90fef6a9c8fbdc506e809cc9757bd1 Mon Sep 17 00:00:00 2001 -From: Baruch Siach <baruch@tkos.co.il> -Date: Thu, 20 Sep 2018 21:20:16 +0200 -Subject: [PATCH] v4l2-ctl: fix glibc 2.28 build - -Include header needed for the major/minor macros in glibc 2.28+. - -This patch is extracted from upstream commit 65e7b2a4076845d (v4l2-ctl: show -media/entity info if available). - -Signed-off-by: Baruch Siach <baruch@tkos.co.il> ---- - utils/v4l2-ctl/v4l2-ctl.cpp | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/utils/v4l2-ctl/v4l2-ctl.cpp b/utils/v4l2-ctl/v4l2-ctl.cpp -index e02dc756..12a19bc7 100644 ---- a/utils/v4l2-ctl/v4l2-ctl.cpp -+++ b/utils/v4l2-ctl/v4l2-ctl.cpp -@@ -33,6 +33,7 @@ - #include <errno.h> - #include <sys/ioctl.h> - #include <sys/time.h> -+#include <sys/sysmacros.h> - #include <dirent.h> - #include <math.h> - --- -2.14.4 - |