From: Denys Dmytriyenko <[email protected]> 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 <[email protected]> --- .../gst-plugins-ti/gstreamer1.0-plugins-hevc_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.25.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#13844): https://lists.yoctoproject.org/g/meta-arago/message/13844 Mute This Topic: https://lists.yoctoproject.org/mt/90995691/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
