From d8f0260ba87e49a942a211f24d07e81da624a135 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Wed, 8 Jan 2020 17:05:15 +0100 Subject: [PATCH] gstreamer1.0-plugins-imx: use host python3 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Fixes: | ERROR: gstreamer1.0-plugins-imx-0.13.0+gitAUTOINC+963aea60b1-r0 do_configure: Execution of '/build/krm/oe-core_master/build/tmp/work/armv7at2hf-neon-mx6qdl-tdx-linux-gnueabi/gstreamer1.0-plugins-imx/0.13.0+gitAUTOINC+963aea60b1-r0/temp/run.do_configure.44421' failed with exit code 127: | /usr/bin/env: ‘python’: No such file or directory Signed-off-by: Max Krummenacher --- recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_git.bb b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_git.bb index a74ff64b..011fc0fd 100644 --- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_git.bb +++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_git.bb @@ -17,7 +17,7 @@ RDEPENDS_gstreamer1.0-plugins-imx-imxvpu = "gstreamer1.0-plugins-bad-videoparser PV = "0.13.0+git${SRCPV}" SRCBRANCH ?= "master" -SRCREV = "963aea60b135d40236411357eb0b2de15eac9af5" +SRCREV = "64485a1573f39a79f92688f9e32b2babab066b9d" SRC_URI = "git://github.com/Freescale/gstreamer-imx.git;branch=${SRCBRANCH}" S = "${WORKDIR}/git" -- 2.40.1