From ac399ad09105dce73bccde9574216377613a98de Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Fri, 29 Oct 2021 09:51:13 -0400 Subject: global: add explicit branch to all SRC_URIs As introduced in the oe-core post: https://lists.openembedded.org/g/openembedded-core/message/157623 SRC_URIs without an explicit branch will generate warnings, and eventually be an error. We run the provided conversion script to make sure that meta-virt is ready for the change. Signed-off-by: Bruce Ashfield --- recipes-kernel/dtc/python3-dtc_1.6.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-kernel/dtc') diff --git a/recipes-kernel/dtc/python3-dtc_1.6.1.bb b/recipes-kernel/dtc/python3-dtc_1.6.1.bb index 97dbe934..293c8d3e 100644 --- a/recipes-kernel/dtc/python3-dtc_1.6.1.bb +++ b/recipes-kernel/dtc/python3-dtc_1.6.1.bb @@ -6,7 +6,7 @@ LICENSE = "GPLv2 | BSD-2-Clause" DEPENDS = "flex-native bison-native swig-native libyaml dtc" -SRC_URI = "git://git.kernel.org/pub/scm/utils/dtc/dtc.git" +SRC_URI = "git://git.kernel.org/pub/scm/utils/dtc/dtc.git;branch=master" UPSTREAM_CHECK_GITTAGREGEX = "v(?P\d+(\.\d+)+)" -- cgit v1.2.3-54-g00ecf