From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Petazzoni Date: Thu, 30 Nov 2017 13:41:54 +0100 Subject: [Buildroot] [PATCH][NEXT] gst1-imx: add missing dependency for imxv4l2videosink plugin In-Reply-To: <20171130111122.7774-1-gary.bisson@boundarydevices.com> References: <20171130111122.7774-1-gary.bisson@boundarydevices.com> Message-ID: <20171130134154.75c9d523@windsurf.home> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Hello, On Thu, 30 Nov 2017 12:11:22 +0100, Gary Bisson wrote: > The plugin source code uses V4L2_COLORSPACE_DEFAULT macro which was > defined in kernel 4.2, so make sure the toolchain headers match this > requirement. > > Fixes: > http://autobuild.buildroot.net/results/48dd782161fa5e8860b5ea00a5d60207cb623108/ > http://autobuild.buildroot.net/results/f970c782b5bfbcf66ff3ba200b060d3653ff2630/ > > Signed-off-by: Gary Bisson > --- > package/gstreamer1/gst1-imx/Config.in | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/package/gstreamer1/gst1-imx/Config.in b/package/gstreamer1/gst1-imx/Config.in > index 9b977bdde8..cedd917019 100644 > --- a/package/gstreamer1/gst1-imx/Config.in > +++ b/package/gstreamer1/gst1-imx/Config.in > @@ -87,6 +87,7 @@ config BR2_PACKAGE_GST1_IMX_V4L2VIDEOSRC > config BR2_PACKAGE_GST1_IMX_V4L2VIDEOSINK > bool "imxv4l2videosink" > select BR2_PACKAGE_GST1_PLUGINS_BAD > + depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_2 Thanks! However you need to add the corresponding Config.in comment. Thomas -- Thomas Petazzoni, CTO, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com