[master,3/3] gstreamer1.0-plugins-hevc_git: specify branch

Message ID 20220509180051.2146987-3-denis@denix.org
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [master,1/3] glsdk-util-scripts: update to the latest and specify branch | expand

Commit Message

Denys Dmytriyenko May 9, 2022, 6 p.m. UTC
From: Denys Dmytriyenko <denys@konsulko.com>

Fixes these warnings:

| WARNING: gstreamer1.0-plugins-hevc-git-r5.0 do_fetch: URL: git://git.ti.com/processor-sdk/gst-plugin-hevc.git;protocol=git
| does not set any branch parameter. The future default branch used by tools and repositories
| is uncertain and we will therefore soon require this is set in all git urls.
| WARNING: gstreamer1.0-plugins-hevc-git-r5.0 do_unpack: URL: git://git.ti.com/processor-sdk/gst-plugin-hevc.git;protocol=git
| does not set any branch parameter. The future default branch used by tools and repositories
| is uncertain and we will therefore soon require this is set in all git urls.

Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
---
 .../gst-plugins-ti/gstreamer1.0-plugins-hevc_git.bb             | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Patch

diff --git a/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-hevc_git.bb b/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-hevc_git.bb
index 33537f6e..0125c245 100644
--- a/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-hevc_git.bb
+++ b/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-hevc_git.bb
@@ -5,7 +5,7 @@  LIC_FILES_CHKSUM = "file://COPYING;md5=2827f94fc0a1adeff4d9702e97ce2979"
 
 COMPATIBLE_MACHINE = "dra7xx"
 
-SRC_URI = "git://git.ti.com/processor-sdk/gst-plugin-hevc.git;protocol=git \
+SRC_URI = "git://git.ti.com/processor-sdk/gst-plugin-hevc.git;protocol=git;branch=master \
 	file://0001-configure.ac-stop-using-export-symbols-regex.patch"
 SRCREV = "e4ea007d0ddeb95ae01742293454ef3c87a6e84c"