From 156064f4b778ceb595aa18e9e7209f2969069ed7 Mon Sep 17 00:00:00 2001 From: Tom Hochstein Date: Mon, 1 Feb 2021 15:44:24 -0600 Subject: [PATCH] gstreamer1.0*: Fix versions for i.MX fork recipes The gstreamer1.0 recipes for the i.MX forks were updated to a newer version, but the file versions were not updated accordingly. For the NXP 5.4.47 release, the gstreamer version is 1.16.2.imx. For NXP 5.4.70, the gstreamer version is 1.16.3.imx. Note that the original version 1.16.imx was not appropriate either, and this fix can also be viewed from that perspective, that the third digit of the version should be included in the recipe version. Signed-off-by: Tom Hochstein --- conf/machine/include/imx-base.inc | 8 ++++---- ...1.16.imx.bb => gstreamer1.0-plugins-bad_1.16.3.imx.bb} | 0 ....16.imx.bb => gstreamer1.0-plugins-base_1.16.2.imx.bb} | 0 ....16.imx.bb => gstreamer1.0-plugins-good_1.16.3.imx.bb} | 0 ...streamer1.0_1.16.imx.bb => gstreamer1.0_1.16.2.imx.bb} | 0 5 files changed, 4 insertions(+), 4 deletions(-) rename recipes-multimedia/gstreamer/{gstreamer1.0-plugins-bad_1.16.imx.bb => gstreamer1.0-plugins-bad_1.16.3.imx.bb} (100%) rename recipes-multimedia/gstreamer/{gstreamer1.0-plugins-base_1.16.imx.bb => gstreamer1.0-plugins-base_1.16.2.imx.bb} (100%) rename recipes-multimedia/gstreamer/{gstreamer1.0-plugins-good_1.16.imx.bb => gstreamer1.0-plugins-good_1.16.3.imx.bb} (100%) rename recipes-multimedia/gstreamer/{gstreamer1.0_1.16.imx.bb => gstreamer1.0_1.16.2.imx.bb} (100%) diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc index 4c881d10..08cc385e 100644 --- a/conf/machine/include/imx-base.inc +++ b/conf/machine/include/imx-base.inc @@ -290,10 +290,10 @@ MACHINE_GSTREAMER_1_0_PLUGIN_mx8mq ?= "imx-gst1.0-plugin" MACHINE_GSTREAMER_1_0_PLUGIN_mx8qm ?= "imx-gst1.0-plugin" MACHINE_GSTREAMER_1_0_PLUGIN_mx8qxp ?= "imx-gst1.0-plugin" -PREFERRED_VERSION_gstreamer1.0_mx8 ?= "1.16.imx" -PREFERRED_VERSION_gstreamer1.0-plugins-base_mx8 ?= "1.16.imx" -PREFERRED_VERSION_gstreamer1.0-plugins-good_mx8 ?= "1.16.imx" -PREFERRED_VERSION_gstreamer1.0-plugins-bad_mx8 ?= "1.16.imx" +PREFERRED_VERSION_gstreamer1.0_mx8 ?= "1.16.2.imx" +PREFERRED_VERSION_gstreamer1.0-plugins-base_mx8 ?= "1.16.2.imx" +PREFERRED_VERSION_gstreamer1.0-plugins-good_mx8 ?= "1.16.3.imx" +PREFERRED_VERSION_gstreamer1.0-plugins-bad_mx8 ?= "1.16.3.imx" PREFERRED_VERSION_gstreamer1.0-libav_mx8 ?= "1.16.0" # Determines if the SoC has support for Vivante kernel driver diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.16.imx.bb b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.16.3.imx.bb similarity index 100% rename from recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.16.imx.bb rename to recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.16.3.imx.bb diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.16.imx.bb b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.16.2.imx.bb similarity index 100% rename from recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.16.imx.bb rename to recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.16.2.imx.bb diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.16.imx.bb b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.16.3.imx.bb similarity index 100% rename from recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.16.imx.bb rename to recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.16.3.imx.bb diff --git a/recipes-multimedia/gstreamer/gstreamer1.0_1.16.imx.bb b/recipes-multimedia/gstreamer/gstreamer1.0_1.16.2.imx.bb similarity index 100% rename from recipes-multimedia/gstreamer/gstreamer1.0_1.16.imx.bb rename to recipes-multimedia/gstreamer/gstreamer1.0_1.16.2.imx.bb -- 2.40.1