summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2020-01-08 17:05:15 +0100
committerOtavio Salvador <otavio@ossystems.com.br>2020-01-08 16:09:51 -0300
commitd8f0260ba87e49a942a211f24d07e81da624a135 (patch)
treec688566314a8bb375ee7ceffc55385456fd3646b /recipes-multimedia
parentaae8cf26ec7f03edcda002a0a653eefd2233aca8 (diff)
downloadmeta-freescale-d8f0260ba87e49a942a211f24d07e81da624a135.tar.gz
gstreamer1.0-plugins-imx: use host python3
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 <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes-multimedia')
-rw-r--r--recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_git.bb2
1 files changed, 1 insertions, 1 deletions
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
17PV = "0.13.0+git${SRCPV}" 17PV = "0.13.0+git${SRCPV}"
18 18
19SRCBRANCH ?= "master" 19SRCBRANCH ?= "master"
20SRCREV = "963aea60b135d40236411357eb0b2de15eac9af5" 20SRCREV = "64485a1573f39a79f92688f9e32b2babab066b9d"
21SRC_URI = "git://github.com/Freescale/gstreamer-imx.git;branch=${SRCBRANCH}" 21SRC_URI = "git://github.com/Freescale/gstreamer-imx.git;branch=${SRCBRANCH}"
22 22
23S = "${WORKDIR}/git" 23S = "${WORKDIR}/git"