diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-10-29 09:51:13 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-11-03 09:50:07 -0400 |
| commit | b4ba17f1b97674a3d3ca251d9921b82bbe3c39aa (patch) | |
| tree | 38f9075b02b00b6115ad1542fccc4f9d330c2641 /recipes-containers/singularity | |
| parent | 6e591b451a3a08ff36348643e378e860d5d31752 (diff) | |
| download | meta-virtualization-b4ba17f1b97674a3d3ca251d9921b82bbe3c39aa.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-containers/singularity')
| -rw-r--r-- | recipes-containers/singularity/singularity_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/singularity/singularity_git.bb b/recipes-containers/singularity/singularity_git.bb index 64e1b266..f7296579 100644 --- a/recipes-containers/singularity/singularity_git.bb +++ b/recipes-containers/singularity/singularity_git.bb | |||
| @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYRIGHT.md;md5=be78c34e483dd7d8439358b1e024b294 \ | |||
| 10 | file://LICENSE.md;md5=df4326b473db6424033f1d98a5645e30 \ | 10 | file://LICENSE.md;md5=df4326b473db6424033f1d98a5645e30 \ |
| 11 | file://debian/copyright;md5=ed267cf386d9b75ab1f27f407e935b10" | 11 | file://debian/copyright;md5=ed267cf386d9b75ab1f27f407e935b10" |
| 12 | 12 | ||
| 13 | SRC_URI = "git://github.com/singularityware/singularity.git;protocol=https \ | 13 | SRC_URI = "git://github.com/singularityware/singularity.git;protocol=https;branch=master \ |
| 14 | file://0001-Use-python3.patch \ | 14 | file://0001-Use-python3.patch \ |
| 15 | " | 15 | " |
| 16 | PV = "2.3.1+git${SRCPV}" | 16 | PV = "2.3.1+git${SRCPV}" |
