summaryrefslogtreecommitdiffstats
path: root/recipes-extended/diod
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/diod
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/diod')
-rw-r--r--recipes-extended/diod/diod_1.0.24.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/diod/diod_1.0.24.bb b/recipes-extended/diod/diod_1.0.24.bb
index 0291564f..2aa9ae56 100644
--- a/recipes-extended/diod/diod_1.0.24.bb
+++ b/recipes-extended/diod/diod_1.0.24.bb
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
10 10
11PV = "1.0.24+git${SRCPV}" 11PV = "1.0.24+git${SRCPV}"
12SRCREV = "0ea3fe3d829b5085307cd27a512708d99ef48199" 12SRCREV = "0ea3fe3d829b5085307cd27a512708d99ef48199"
13SRC_URI = "git://github.com/chaos/diod.git;protocol=git \ 13SRC_URI = "git://github.com/chaos/diod.git;protocol=git;branch=master \
14 file://diod \ 14 file://diod \
15 file://diod.conf \ 15 file://diod.conf \
16 file://0001-build-allow-builds-to-work-with-separate-build-dir.patch \ 16 file://0001-build-allow-builds-to-work-with-separate-build-dir.patch \