summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2023-01-09 19:39:46 -0700
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-01-11 11:35:46 +0000
commit27cbd13ca5a36f68e305f3f13c125064b8ff07bd (patch)
tree72dcbc8f2b278fa3025224fdcf018c48481f93b0
parent5044b14deedf471e3127101414d2c9d562437011 (diff)
downloadmeta-freescale-27cbd13ca5a36f68e305f3f13c125064b8ff07bd.tar.gz
gstreamer1.0-plugins-base: Cleanup copy section
The local patch 0001-gstallocatorphymem.c-Typecast-result-of-gst_phymem_g.patch should be added in the bottom section. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit 99f7f2663edc1954e6e9d80eb49861bf2c5b8278)
-rw-r--r--recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.20.0.imx.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.20.0.imx.bb b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.20.0.imx.bb
index e025b582..e2f090d2 100644
--- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.20.0.imx.bb
+++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.20.0.imx.bb
@@ -17,7 +17,6 @@ SRC_URI = "https://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-ba
17 file://0001-ENGR00312515-get-caps-from-src-pad-when-query-caps.patch \ 17 file://0001-ENGR00312515-get-caps-from-src-pad-when-query-caps.patch \
18 file://0003-viv-fb-Make-sure-config.h-is-included.patch \ 18 file://0003-viv-fb-Make-sure-config.h-is-included.patch \
19 file://0002-ssaparse-enhance-SSA-text-lines-parsing.patch \ 19 file://0002-ssaparse-enhance-SSA-text-lines-parsing.patch \
20 file://0001-gstallocatorphymem.c-Typecast-result-of-gst_phymem_g.patch \
21 " 20 "
22SRC_URI[sha256sum] = "96d8a6413ba9394fbec1217aeef63741a729d476a505a797c1d5337d8fa7c204" 21SRC_URI[sha256sum] = "96d8a6413ba9394fbec1217aeef63741a729d476a505a797c1d5337d8fa7c204"
23 22
@@ -113,6 +112,7 @@ SRC_URI:remove = " \
113 file://0003-viv-fb-Make-sure-config.h-is-included.patch \ 112 file://0003-viv-fb-Make-sure-config.h-is-included.patch \
114 file://0002-ssaparse-enhance-SSA-text-lines-parsing.patch" 113 file://0002-ssaparse-enhance-SSA-text-lines-parsing.patch"
115SRC_URI:prepend = "${GST1.0-PLUGINS-BASE_SRC};branch=${SRCBRANCH} " 114SRC_URI:prepend = "${GST1.0-PLUGINS-BASE_SRC};branch=${SRCBRANCH} "
115SRC_URI += "file://0001-gstallocatorphymem.c-Typecast-result-of-gst_phymem_g.patch"
116GST1.0-PLUGINS-BASE_SRC ?= "gitsm://github.com/nxp-imx/gst-plugins-base.git;protocol=https" 116GST1.0-PLUGINS-BASE_SRC ?= "gitsm://github.com/nxp-imx/gst-plugins-base.git;protocol=https"
117SRCBRANCH = "MM_04.07.01_2208_L5.15.y" 117SRCBRANCH = "MM_04.07.01_2208_L5.15.y"
118SRCREV = "db100facd1b3601c225bfac2fae7abc9f7a5f92c" 118SRCREV = "db100facd1b3601c225bfac2fae7abc9f7a5f92c"