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/0005-configure.ac-revisit-v4l2-ctl-compliance-using-libv4.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/0005-configure.ac-revisit-v4l2-ctl-compliance-using-libv4.patch')
-rw-r--r-- | package/libv4l/0005-configure.ac-revisit-v4l2-ctl-compliance-using-libv4.patch | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/package/libv4l/0005-configure.ac-revisit-v4l2-ctl-compliance-using-libv4.patch b/package/libv4l/0005-configure.ac-revisit-v4l2-ctl-compliance-using-libv4.patch deleted file mode 100644 index 27fd49856a..0000000000 --- a/package/libv4l/0005-configure.ac-revisit-v4l2-ctl-compliance-using-libv4.patch +++ /dev/null @@ -1,43 +0,0 @@ -From e2f317f5b9a1ba888325ac938de26b402664c271 Mon Sep 17 00:00:00 2001 -From: Hugues Fruchet <hugues.fruchet@st.com> -Date: Wed, 17 May 2017 10:03:09 +0200 -Subject: [PATCH] configure.ac: revisit v4l2-ctl/compliance using libv4l - variable naming - -USE_V4L2_CTL and USE_V4L2_COMPLIANCE are used to trig the fact that -v4l2-ctl and v4l2-compliance are using libv4l2, change namings to not -confuse with overall v4l2-ctl/compliance utilities building. - -Signed-off-by: Hugues Fruchet <hugues.fruchet@st.com> -Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> ---- - configure.ac | 8 ++++---- - 1 file changed, 4 insertions(+), 4 deletions(-) - -diff --git a/configure.ac b/configure.ac -index 3c70969..5f20fc8 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -461,8 +461,8 @@ AM_COND_IF([WITH_QV4L2], [USE_QV4L2="yes"], [USE_QV4L2="no"]) - AM_COND_IF([WITH_V4L_PLUGINS], [USE_V4L_PLUGINS="yes"], [USE_V4L_PLUGINS="no"]) - AM_COND_IF([WITH_V4L_WRAPPERS], [USE_V4L_WRAPPERS="yes"], [USE_V4L_WRAPPERS="no"]) - AM_COND_IF([WITH_GCONV], [USE_GCONV="yes"], [USE_GCONV="no"]) --AM_COND_IF([WITH_V4L2_CTL_LIBV4L], [USE_V4L2_CTL="yes"], [USE_V4L2_CTL="no"]) --AM_COND_IF([WITH_V4L2_COMPLIANCE_LIBV4L], [USE_V4L2_COMPLIANCE="yes"], [USE_V4L2_COMPLIANCE="no"]) -+AM_COND_IF([WITH_V4L2_CTL_LIBV4L], [USE_V4L2_CTL_LIBV4L="yes"], [USE_V4L2_CTL_LIBV4L="no"]) -+AM_COND_IF([WITH_V4L2_COMPLIANCE_LIBV4L], [USE_V4L2_COMPLIANCE_LIBV4L="yes"], [USE_V4L2_COMPLIANCE_LIBV4L="no"]) - AS_IF([test "x$alsa_pkgconfig" = "xtrue"], [USE_ALSA="yes"], [USE_ALSA="no"]) - - AC_OUTPUT -@@ -497,6 +497,6 @@ compile time options summary - dvbv5-daemon : $USE_DVBV5_REMOTE - v4lutils : $USE_V4LUTILS - qv4l2 : $USE_QV4L2 -- v4l2-ctl uses libv4l : $USE_V4L2_CTL -- v4l2-compliance uses libv4l: $USE_V4L2_COMPLIANCE -+ v4l2-ctl uses libv4l : $USE_V4L2_CTL_LIBV4L -+ v4l2-compliance uses libv4l: $USE_V4L2_COMPLIANCE_LIBV4L - EOF --- -1.9.1 - |