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.
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" -- 2.36.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#15035): https://lists.yoctoproject.org/g/meta-arago/message/15035 Mute This Topic: https://lists.yoctoproject.org/mt/103013598/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
