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/oci-runtime-spec | |
| 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/oci-runtime-spec')
| -rw-r--r-- | recipes-containers/oci-runtime-spec/oci-runtime-spec_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/oci-runtime-spec/oci-runtime-spec_git.bb b/recipes-containers/oci-runtime-spec/oci-runtime-spec_git.bb index e66c75c3..a16ea5f7 100644 --- a/recipes-containers/oci-runtime-spec/oci-runtime-spec_git.bb +++ b/recipes-containers/oci-runtime-spec/oci-runtime-spec_git.bb | |||
| @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://src/${PKG_NAME}/LICENSE;md5=b355a61a394a504dacde901c9 | |||
| 7 | SRCNAME = "runtime-spec" | 7 | SRCNAME = "runtime-spec" |
| 8 | 8 | ||
| 9 | PKG_NAME = "github.com/opencontainers/${SRCNAME}" | 9 | PKG_NAME = "github.com/opencontainers/${SRCNAME}" |
| 10 | SRC_URI = "git://${PKG_NAME}.git;destsuffix=git/src/${PKG_NAME}" | 10 | SRC_URI = "git://${PKG_NAME}.git;destsuffix=git/src/${PKG_NAME};branch=master" |
| 11 | 11 | ||
| 12 | SRCREV = "78ab98c0761136f84e6e21b24b4dcd0be68ab782" | 12 | SRCREV = "78ab98c0761136f84e6e21b24b4dcd0be68ab782" |
| 13 | PV = "v1.0.1+git${SRCPV}" | 13 | PV = "v1.0.1+git${SRCPV}" |
