summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia
diff options
context:
space:
mode:
authorJose Quaresma <jose.quaresma@foundries.io>2023-03-10 11:01:33 +0000
committerJose Quaresma <jose.quaresma@foundries.io>2023-03-10 11:17:50 +0000
commitdb5b46f714bb14a7daa77e20c0121c3e2ba68580 (patch)
tree9155ca31104ab67f811952097a34e3156bebfd07 /recipes-multimedia
parentba70f6a7139b16984e4e6e29f24dfe86582d09b4 (diff)
downloadmeta-freescale-db5b46f714bb14a7daa77e20c0121c3e2ba68580.tar.gz
gstreamer: rename the version to be imx specific
These recipes are copies of oe-core 1.20.3 that are not available anymore upstream on the master branch. The requirement to have them is because they are dependencies of the other ones imx specific gstreamer forks on the layer. So make their names maching the exisng ones will make it more safe. Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
Diffstat (limited to 'recipes-multimedia')
-rw-r--r--recipes-multimedia/gstreamer/gstreamer1.0-libav_1.20.3.imx.bb (renamed from recipes-multimedia/gstreamer/gstreamer1.0-libav_1.20.3.bb)5
-rw-r--r--recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.20.3.imx.bb (renamed from recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.20.3.bb)5
-rw-r--r--recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.20.3.imx.bb (renamed from recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.20.3.bb)5
3 files changed, 15 insertions, 0 deletions
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.20.3.bb b/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.20.3.imx.bb
index e0ee5778..a3f22a0d 100644
--- a/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.20.3.bb
+++ b/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.20.3.imx.bb
@@ -29,4 +29,9 @@ EXTRA_OEMESON += " \
29FILES:${PN} += "${libdir}/gstreamer-1.0/*.so" 29FILES:${PN} += "${libdir}/gstreamer-1.0/*.so"
30FILES:${PN}-staticdev += "${libdir}/gstreamer-1.0/*.a" 30FILES:${PN}-staticdev += "${libdir}/gstreamer-1.0/*.a"
31 31
32# These recipes are copies of oe-core 1.20.3 that are not available
33# anymore upstream on the master branch.
34# The requirement to have them is because they are dependencies of
35# the other ones imx specific gstreamer forks on the layer.
36# So make their names maching the exisng ones will make it more safe.
32COMPATIBLE_MACHINE = "(imx-nxp-bsp)" 37COMPATIBLE_MACHINE = "(imx-nxp-bsp)"
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.20.3.bb b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.20.3.imx.bb
index 9511984e..d961c5af 100644
--- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.20.3.bb
+++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.20.3.imx.bb
@@ -45,4 +45,9 @@ EXTRA_OEMESON += " \
45FILES:${PN}-amrnb += "${datadir}/gstreamer-1.0/presets/GstAmrnbEnc.prs" 45FILES:${PN}-amrnb += "${datadir}/gstreamer-1.0/presets/GstAmrnbEnc.prs"
46FILES:${PN}-x264 += "${datadir}/gstreamer-1.0/presets/GstX264Enc.prs" 46FILES:${PN}-x264 += "${datadir}/gstreamer-1.0/presets/GstX264Enc.prs"
47 47
48# These recipes are copies of oe-core 1.20.3 that are not available
49# anymore upstream on the master branch.
50# The requirement to have them is because they are dependencies of
51# the other ones imx specific gstreamer forks on the layer.
52# So make their names maching the exisng ones will make it more safe.
48COMPATIBLE_MACHINE = "(imx-nxp-bsp)" 53COMPATIBLE_MACHINE = "(imx-nxp-bsp)"
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.20.3.bb b/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.20.3.imx.bb
index 992dbda8..172cb083 100644
--- a/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.20.3.bb
+++ b/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.20.3.imx.bb
@@ -30,4 +30,9 @@ require recipes-multimedia/gstreamer/gstreamer1.0-plugins-packaging.inc
30 30
31CVE_PRODUCT += "gst-rtsp-server" 31CVE_PRODUCT += "gst-rtsp-server"
32 32
33# These recipes are copies of oe-core 1.20.3 that are not available
34# anymore upstream on the master branch.
35# The requirement to have them is because they are dependencies of
36# the other ones imx specific gstreamer forks on the layer.
37# So make their names maching the exisng ones will make it more safe.
33COMPATIBLE_MACHINE = "(imx-nxp-bsp)" 38COMPATIBLE_MACHINE = "(imx-nxp-bsp)"