summaryrefslogtreecommitdiffstats
path: root/recipes-extended/kvmtool
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-10-29 09:51:13 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-11-02 09:57:03 -0400
commitac399ad09105dce73bccde9574216377613a98de (patch)
tree6fd16ce13d7ee10e9fb2ee8ec85c18cc4d4dec0b /recipes-extended/kvmtool
parent03689b86cc1b5eb935f5271697336ce5cb6b4e69 (diff)
downloadmeta-virtualization-ac399ad09105dce73bccde9574216377613a98de.tar.gz
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 <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-extended/kvmtool')
-rw-r--r--recipes-extended/kvmtool/kvmtool.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/kvmtool/kvmtool.bb b/recipes-extended/kvmtool/kvmtool.bb
index c24c86dc..652e88d9 100644
--- a/recipes-extended/kvmtool/kvmtool.bb
+++ b/recipes-extended/kvmtool/kvmtool.bb
@@ -9,7 +9,7 @@ do_configure[depends] += "virtual/kernel:do_shared_workdir"
9 9
10inherit kernel-arch 10inherit kernel-arch
11 11
12SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/will/kvmtool.git \ 12SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/will/kvmtool.git;branch=master \
13 file://external-crosscompiler.patch \ 13 file://external-crosscompiler.patch \
14 file://0001-kvmtool-9p-fixed-compilation-error.patch \ 14 file://0001-kvmtool-9p-fixed-compilation-error.patch \
15 file://0002-kvmtool-add-EXTRA_CFLAGS-variable.patch \ 15 file://0002-kvmtool-add-EXTRA_CFLAGS-variable.patch \