diff options
author | Baruch Siach <baruch@tkos.co.il> | 2018-01-23 14:43:44 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2018-01-26 13:38:25 +0100 |
commit | b94c8cf7ca44159cb8e36b500a8d6d7a01f46f32 (patch) | |
tree | dd398119e74152bc8db8d5640c54a0addfdb9531 /package/libv4l/0009-configure.ac-add-USE_LIBV4L-to-summary.patch | |
parent | 770c19df08d56216f194367084d9e7254bd9a037 (diff) | |
download | buildroot-b94c8cf7ca44159cb8e36b500a8d6d7a01f46f32.tar.gz buildroot-b94c8cf7ca44159cb8e36b500a8d6d7a01f46f32.zip |
libv4l: bump to version 1.14.1
Drop upstream patches. autoreconf is no longer needed.
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/libv4l/0009-configure.ac-add-USE_LIBV4L-to-summary.patch')
-rw-r--r-- | package/libv4l/0009-configure.ac-add-USE_LIBV4L-to-summary.patch | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/package/libv4l/0009-configure.ac-add-USE_LIBV4L-to-summary.patch b/package/libv4l/0009-configure.ac-add-USE_LIBV4L-to-summary.patch deleted file mode 100644 index d9c38e0ab5..0000000000 --- a/package/libv4l/0009-configure.ac-add-USE_LIBV4L-to-summary.patch +++ /dev/null @@ -1,28 +0,0 @@ -From d92eb36658af05286c5aac7e1cc8a5013f766cb4 Mon Sep 17 00:00:00 2001 -From: Hans Verkuil <hans.verkuil@cisco.com> -Date: Mon, 29 May 2017 07:55:18 +0200 -Subject: [PATCH] configure.ac: add USE_LIBV4L to summary - -This was missing, so add it. - -Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> -Signed-off-by: Hugues Fruchet <hugues.fruchet@st.com> ---- - configure.ac | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/configure.ac b/configure.ac -index 8dc676e..9031b42 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -500,6 +500,7 @@ compile time options summary - - gconv : $USE_GCONV - -+ libv4l : $USE_LIBV4L - dynamic libv4l : $USE_DYN_LIBV4L - v4l_plugins : $USE_V4L_PLUGINS - v4l_wrappers : $USE_V4L_WRAPPERS --- -1.9.1 - |