summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2023-05-31 14:08:25 -0700
committerTom Hochstein <tom.hochstein@nxp.com>2023-05-31 15:59:38 -0700
commit833ed5c609547edee5e25381e3007f26f7ddcac7 (patch)
tree1e36e9a7977e674c113dc7682fce65436bd47433 /recipes-multimedia
parent4ab74d210d8fe820101133aa8e0a4e79bc143150 (diff)
downloadmeta-freescale-833ed5c609547edee5e25381e3007f26f7ddcac7.tar.gz
gstreamer1.0-plugins-base: Move i.MX overrides to overrides 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.3.imx.bb16
1 files changed, 7 insertions, 9 deletions
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.20.3.imx.bb b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.20.3.imx.bb
index 0ef9daea..ebd143ef 100644
--- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.20.3.imx.bb
+++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.20.3.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-Fix-types-to-match-callback-functions.patch \
21 " 20 "
22SRC_URI[sha256sum] = "96d8a6413ba9394fbec1217aeef63741a729d476a505a797c1d5337d8fa7c204" 21SRC_URI[sha256sum] = "96d8a6413ba9394fbec1217aeef63741a729d476a505a797c1d5337d8fa7c204"
23 22
@@ -85,14 +84,6 @@ EXTRA_OEMESON += " \
85 ${@get_opengl_cmdline_list('gl_winsys', d.getVar('OPENGL_WINSYS'), d)} \ 84 ${@get_opengl_cmdline_list('gl_winsys', d.getVar('OPENGL_WINSYS'), d)} \
86" 85"
87 86
88# Remove this meta package when moving to gstreamer 1.22+, this is for making
89# gst packagegroups from master work with gstreamer 1.20.3.imx
90PACKAGES += "${PN}-videoconvertscale"
91
92ALLOW_EMPTY:${PN}-videoconvertscale = "1"
93
94RDEPENDS:${PN}-videoconvertscale = "${PN}-videoconvert ${PN}-videoscale"
95
96FILES:${PN}-dev += "${libdir}/gstreamer-1.0/include/gst/gl/gstglconfig.h" 87FILES:${PN}-dev += "${libdir}/gstreamer-1.0/include/gst/gl/gstglconfig.h"
97FILES:${MLPREFIX}libgsttag-1.0 += "${datadir}/gst-plugins-base/1.0/license-translations.dict" 88FILES:${MLPREFIX}libgsttag-1.0 += "${datadir}/gst-plugins-base/1.0/license-translations.dict"
98 89
@@ -121,6 +112,7 @@ SRC_URI:remove = " \
121 file://0003-viv-fb-Make-sure-config.h-is-included.patch \ 112 file://0003-viv-fb-Make-sure-config.h-is-included.patch \
122 file://0002-ssaparse-enhance-SSA-text-lines-parsing.patch" 113 file://0002-ssaparse-enhance-SSA-text-lines-parsing.patch"
123SRC_URI:prepend = "${GST1.0-PLUGINS-BASE_SRC};branch=${SRCBRANCH} " 114SRC_URI:prepend = "${GST1.0-PLUGINS-BASE_SRC};branch=${SRCBRANCH} "
115SRC_URI += "file://0001-Fix-types-to-match-callback-functions.patch"
124SRC_URI += "file://0001-gstallocatorphymem.c-Typecast-result-of-gst_phymem_g.patch" 116SRC_URI += "file://0001-gstallocatorphymem.c-Typecast-result-of-gst_phymem_g.patch"
125GST1.0-PLUGINS-BASE_SRC ?= "gitsm://github.com/nxp-imx/gst-plugins-base.git;protocol=https" 117GST1.0-PLUGINS-BASE_SRC ?= "gitsm://github.com/nxp-imx/gst-plugins-base.git;protocol=https"
126SRCBRANCH = "MM_04.07.02_2210_L5.15.y" 118SRCBRANCH = "MM_04.07.02_2210_L5.15.y"
@@ -150,6 +142,12 @@ EXTRA_OEMESON += "-Dc_args="${CFLAGS} -I${STAGING_INCDIR_IMX}""
150# gcompat will address it during runtime 142# gcompat will address it during runtime
151LDFLAGS:append:imxgpu:libc-musl = " -Wl,--allow-shlib-undefined" 143LDFLAGS:append:imxgpu:libc-musl = " -Wl,--allow-shlib-undefined"
152 144
145# Remove this meta package when moving to gstreamer 1.22+, this is for making
146# gst packagegroups from master work with gstreamer 1.20.3.imx
147PACKAGES += "${PN}-videoconvertscale"
148ALLOW_EMPTY:${PN}-videoconvertscale = "1"
149RDEPENDS:${PN}-videoconvertscale = "${PN}-videoconvert ${PN}-videoscale"
150
153COMPATIBLE_MACHINE = "(imx-nxp-bsp)" 151COMPATIBLE_MACHINE = "(imx-nxp-bsp)"
154 152
155########### End of i.MX overrides ######### 153########### End of i.MX overrides #########