From: Denys Dmytriyenko <[email protected]> Fixes these warnings:
| WARNING: glsdk-util-scripts-1.0-r1 do_fetch: URL: git://git.ti.com/glsdk/util-scripts.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: glsdk-util-scripts-1.0-r1 do_unpack: URL: git://git.ti.com/glsdk/util-scripts.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]> --- .../recipes-devtools/util-scripts/glsdk-util-scripts.bb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/meta-arago-extras/recipes-devtools/util-scripts/glsdk-util-scripts.bb b/meta-arago-extras/recipes-devtools/util-scripts/glsdk-util-scripts.bb index cf187a29..5ed4e034 100644 --- a/meta-arago-extras/recipes-devtools/util-scripts/glsdk-util-scripts.bb +++ b/meta-arago-extras/recipes-devtools/util-scripts/glsdk-util-scripts.bb @@ -1,15 +1,14 @@ DESCRIPTION = "Utility scripts for debug" LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://debug/filter-dmesg-rproc.sh;md5=ce264e7cbc036fd2f37073947c2f0800" -PR = "r1" COMPATIBLE_MACHINE = "omap-a15|j7" PACKAGE_ARCH = "${MACHINE_ARCH}" RDEPENDS:${PN} += "bash" -SRC_URI = "git://git.ti.com/glsdk/util-scripts.git" +SRC_URI = "git://git.ti.com/glsdk/util-scripts.git;branch=master" -SRCREV = "df50ca1592cae97ad0c7285686d602926b4f7305" +SRCREV = "5a3f8eca444a5c4bf8855705a3018d482e3e19cd" S = "${WORKDIR}/git" -- 2.25.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#13843): https://lists.yoctoproject.org/g/meta-arago/message/13843 Mute This Topic: https://lists.yoctoproject.org/mt/90995690/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
