diff mbox series

[meta-ti,kirkstone,2/4] gst-plugins-ti: fetch gstreamer common project sources

Message ID 20240129115342.9321-3-sinthu.raja@ti.com
State Rejected
Delegated to: Ryan Eatmon
Headers show
Series Add gstreamer 1.20 | expand

Commit Message

Sinthu Raja M Jan. 29, 2024, 11:53 a.m. UTC
From: Sinthu Raja <sinthu.raja@ti.com>

fetch gstreamer common project sources by adding "common" tree to
SRC_URI and set the corresponding SRCREV.

Signed-off-by: Sinthu Raja <sinthu.raja@ti.com>
---
 .../gst-plugins-ti/gstreamer1.0-plugins-ducati_git.bb         | 4 ++++
 .../gst-plugins-ti/gstreamer1.0-plugins-vpe_git.bb            | 4 ++++
 2 files changed, 8 insertions(+)
diff mbox series

Patch

diff --git a/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-ducati_git.bb b/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-ducati_git.bb
index 1ff2dfb0..a648d2b7 100644
--- a/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-ducati_git.bb
+++ b/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-ducati_git.bb
@@ -18,4 +18,8 @@  SRC_URI = " \
     file://0001-gstducati-configure.ac-stop-using-export-symbols-reg.patch \
 "
 
+SRC_URI += "git://anongit.freedesktop.org/gstreamer/common;destsuffix=git/common;name=common"
+
+SRCREV_common = "011bcc8a0fc7f798ee874a7ba899123fb2470e22"
+
 FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
diff --git a/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-vpe_git.bb b/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-vpe_git.bb
index 237031b1..c624baa4 100644
--- a/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-vpe_git.bb
+++ b/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-vpe_git.bb
@@ -15,3 +15,7 @@  SRCREV = "b9dba5a8bc7d14d55125abdce04672e3dc30bbdf"
 SRC_URI = "git://git.ti.com/git/glsdk/gst-plugin-vpe.git;protocol=https \
            file://0001-gstvpe-configure.ac-stop-using-export-symbols-regex.patch \
 "
+
+SRC_URI += "git://anongit.freedesktop.org/gstreamer/common;destsuffix=git/common;name=common"
+
+SRCREV_common = "011bcc8a0fc7f798ee874a7ba899123fb2470e22"