diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2023-01-09 19:39:46 -0700 |
---|---|---|
committer | Tom Hochstein <tom.hochstein@nxp.com> | 2023-01-09 19:39:46 -0700 |
commit | 99f7f2663edc1954e6e9d80eb49861bf2c5b8278 (patch) | |
tree | 7cb48d4a5ae50af54bf9cf6cef147d085f98614c /recipes-multimedia | |
parent | 98abb08852cf3ecec9c97084e1073a68ea470de5 (diff) | |
download | meta-freescale-99f7f2663edc1954e6e9d80eb49861bf2c5b8278.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>
Diffstat (limited to 'recipes-multimedia')
-rw-r--r-- | recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.20.0.imx.bb | 2 |
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 | " |
22 | SRC_URI[sha256sum] = "96d8a6413ba9394fbec1217aeef63741a729d476a505a797c1d5337d8fa7c204" | 21 | SRC_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" |
115 | SRC_URI:prepend = "${GST1.0-PLUGINS-BASE_SRC};branch=${SRCBRANCH} " | 114 | SRC_URI:prepend = "${GST1.0-PLUGINS-BASE_SRC};branch=${SRCBRANCH} " |
115 | SRC_URI += "file://0001-gstallocatorphymem.c-Typecast-result-of-gst_phymem_g.patch" | ||
116 | GST1.0-PLUGINS-BASE_SRC ?= "gitsm://github.com/nxp-imx/gst-plugins-base.git;protocol=https" | 116 | GST1.0-PLUGINS-BASE_SRC ?= "gitsm://github.com/nxp-imx/gst-plugins-base.git;protocol=https" |
117 | SRCBRANCH = "MM_04.07.01_2208_L5.15.y" | 117 | SRCBRANCH = "MM_04.07.01_2208_L5.15.y" |
118 | SRCREV = "db100facd1b3601c225bfac2fae7abc9f7a5f92c" | 118 | SRCREV = "db100facd1b3601c225bfac2fae7abc9f7a5f92c" |