summaryrefslogtreecommitdiffstats
path: root/recipes-extended/dev86
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/dev86
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/dev86')
-rw-r--r--recipes-extended/dev86/dev86_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/dev86/dev86_git.bb b/recipes-extended/dev86/dev86_git.bb
index 8cad15ac..88e9cf30 100644
--- a/recipes-extended/dev86/dev86_git.bb
+++ b/recipes-extended/dev86/dev86_git.bb
@@ -7,7 +7,7 @@ SECTION = "console/tools"
7BASE_PV="0.16.21" 7BASE_PV="0.16.21"
8PV = "${BASE_PV}+git${SRCPV}" 8PV = "${BASE_PV}+git${SRCPV}"
9SRCREV = "e254e0b19651d3b8a20225b40281c9974a95dec4" 9SRCREV = "e254e0b19651d3b8a20225b40281c9974a95dec4"
10SRC_URI = "git://github.com/jbruchon/${BPN}.git;protocol=https \ 10SRC_URI = "git://github.com/jbruchon/${BPN}.git;protocol=https;branch=master \
11 file://0001-cpp-Makefile-respect-LDFLAGS-when-building-bcc-cpp.patch \ 11 file://0001-cpp-Makefile-respect-LDFLAGS-when-building-bcc-cpp.patch \
12 file://0003-cpp-update-token1.tok-to-make-new-gperf-happy-regen..patch \ 12 file://0003-cpp-update-token1.tok-to-make-new-gperf-happy-regen..patch \
13 file://0004-regen-token2.h-token1.h-with-gperf-3.1.patch \ 13 file://0004-regen-token2.h-token1.h-with-gperf-3.1.patch \