On 12/6/2023 8:36 AM, Sinthu Raja M via lists.yoctoproject.org wrote:
From: Sinthu Raja <[email protected]>
The Ducati and VPE gst plugins requires network during the do_configure task
so, enable the network task flag for the same.
Why does it require network? Can you elaborate a little more?
Signed-off-by: Sinthu Raja <[email protected]>
---
.../gst-plugins-ti/gstreamer1.0-plugins-ducati_git.bb | 2 ++
.../gst-plugins-ti/gstreamer1.0-plugins-vpe_git.bb | 2 ++
2 files changed, 4 insertions(+)
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..99a5615c 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,6 @@ SRC_URI = " \
file://0001-gstducati-configure.ac-stop-using-export-symbols-reg.patch \
"
+do_configure[network] = "1"
+
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..25d4d9c2 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,5 @@ 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 \
"
+
+do_configure[network] = "1"
--
Ryan Eatmon [email protected]
-----------------------------------------
Texas Instruments, Inc. - LCPD - MGTS
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#15040):
https://lists.yoctoproject.org/g/meta-arago/message/15040
Mute This Topic: https://lists.yoctoproject.org/mt/103013598/21656
Group Owner: [email protected]
Unsubscribe:
https://lists.yoctoproject.org/g/meta-arago/leave/10763299/21656/89520264/xyzzy
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-