]> code.ossystems Code Review - meta-freescale.git/commitdiff
gstreamer: Lockin the versions for imx machines 955/head
authorKhem Raj <raj.khem@gmail.com>
Thu, 20 Jan 2022 20:44:15 +0000 (12:44 -0800)
committerKhem Raj <raj.khem@gmail.com>
Thu, 20 Jan 2022 20:44:15 +0000 (12:44 -0800)
Having open recipes in a high priority layer means they will override
always even when its not building for machines not coming from this
layer

Pin them to imx

Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes-multimedia/gstreamer/gstreamer1.0-libav_1.18.0.bb
recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.18.0.bb
recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.18.0.bb

index 1a076c2eb396f416cfbfa14c54407a0d208b2572..73d8c429a3b9293a52176ba261530aac178b7734 100644 (file)
@@ -22,3 +22,5 @@ inherit meson pkgconfig upstream-version-is-even
 
 FILES:${PN} += "${libdir}/gstreamer-1.0/*.so"
 FILES:${PN}-staticdev += "${libdir}/gstreamer-1.0/*.a"
+
+COMPATIBLE_MACHINE = "(imx)"
index 65ac1636f9bc570de32c9f4da54727b2d72a34e2..0625fbaa746b8931752237be37be5fa4e616fada 100644 (file)
@@ -41,3 +41,5 @@ EXTRA_OEMESON += " \
 
 FILES:${PN}-amrnb += "${datadir}/gstreamer-1.0/presets/GstAmrnbEnc.prs"
 FILES:${PN}-x264 += "${datadir}/gstreamer-1.0/presets/GstX264Enc.prs"
+
+COMPATIBLE_MACHINE = "(imx)"
index 4ac30c288a8a1a5c9818ddf60b3423c5689b1eb5..eaaf078b746333ed72242ad5bd853552da0edff3 100644 (file)
@@ -28,3 +28,5 @@ GIR_MESON_DISABLE_FLAG = "disabled"
 
 # Starting with 1.8.0 gst-rtsp-server includes dependency-less plugins as well
 require recipes-multimedia/gstreamer/gstreamer1.0-plugins-packaging.inc
+
+COMPATIBLE_MACHINE = "(imx)"