From: Peter Korsgaard Date: Thu, 1 Dec 2016 21:43:17 +0000 (+0100) Subject: gst1-imx: unbreak after 0.12.3 bump X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=18bd407ba441606b7782c7fc1c6902a96a1c5505;p=buildroot.git gst1-imx: unbreak after 0.12.3 bump The 0.12.3 bump forgot to update the download hash and remove the now upstreamed patch, breaking the build. Signed-off-by: Peter Korsgaard --- diff --git a/package/gstreamer1/gst1-imx/0001-v4l2src-Add-V4L2_PIX_FMT_XRGB555X-check.patch b/package/gstreamer1/gst1-imx/0001-v4l2src-Add-V4L2_PIX_FMT_XRGB555X-check.patch deleted file mode 100644 index 67ac055a6b..0000000000 --- a/package/gstreamer1/gst1-imx/0001-v4l2src-Add-V4L2_PIX_FMT_XRGB555X-check.patch +++ /dev/null @@ -1,33 +0,0 @@ -From 1ca05ebb7cb63607d14983948105dd1483ea6b65 Mon Sep 17 00:00:00 2001 -From: Gary Bisson -Date: Tue, 9 Aug 2016 10:26:15 +0200 -Subject: [PATCH] v4l2src: Add V4L2_PIX_FMT_XRGB555X check - -Since this format was added in kernel 3.18, any prior version will -fail to compile. - -Issue reported by Buildroot autobuilder with 3.10 kernel headers: -http://autobuild.buildroot.net/results/b46/b460a770c8f4e992d29dde8fe37fc23a949937f2/ - -Signed-off-by: Gary Bisson ---- - src/v4l2src/v4l2src.c | 2 ++ - 1 file changed, 2 insertions(+) - -diff --git a/src/v4l2src/v4l2src.c b/src/v4l2src/v4l2src.c -index c77ae49..12b392a 100644 ---- a/src/v4l2src/v4l2src.c -+++ b/src/v4l2src/v4l2src.c -@@ -447,7 +447,9 @@ static GstCaps *gst_imx_v4l2src_caps_for_current_setup(GstImxV4l2VideoSrc *v4l2s - case V4L2_PIX_FMT_RGB555: - gst_fmt = GST_VIDEO_FORMAT_RGB15; - break; -+#ifdef V4L2_PIX_FMT_XRGB555X - case V4L2_PIX_FMT_XRGB555X: -+#endif - case V4L2_PIX_FMT_RGB555X: - gst_fmt = GST_VIDEO_FORMAT_BGR15; - break; --- -2.8.1 - diff --git a/package/gstreamer1/gst1-imx/gst1-imx.hash b/package/gstreamer1/gst1-imx/gst1-imx.hash index b0124aae25..e2e3971a2a 100644 --- a/package/gstreamer1/gst1-imx/gst1-imx.hash +++ b/package/gstreamer1/gst1-imx/gst1-imx.hash @@ -1,2 +1,2 @@ # locally computed hash -sha256 a75f8bc3219fa3c62637f443cef0196c9eafb90aaa5af094847d007124895822 gst1-imx-0.12.3.tar.gz +sha256 999c093e38768e51d14abbe7836c09b666bcb89f03f34dd3697a6e5b5e4a4086 gst1-imx-0.12.3.tar.gz