diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2022-03-08 08:51:16 -0500 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2022-03-21 17:31:29 -0400 |
commit | 5fd91604efd7da2b84d3742cf0b44b52de518348 (patch) | |
tree | bff3243bdf3c382c6e7fc6a2aa2e40bad21e8cb4 | |
parent | f5bf9b80afaa81dcf7b1c8216ae780d4fa56fffe (diff) | |
download | meta-virtualization-5fd91604efd7da2b84d3742cf0b44b52de518348.tar.gz |
oci-image-tools: update to 1.0.0-rc3
Bumping image-tools to version v1.0.0-rc3-6-g11f9988, which comprises the following commits:
8899fa9 README: add summary of project status
c6e5a1b version: back to development
25e557a version: update to 1.0.0-rc3
e324098 update email in MAINTAINERS
c3f8284 Revert "Relax LGTMs"
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-containers/oci-image-tools/oci-image-tools_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/oci-image-tools/oci-image-tools_git.bb b/recipes-containers/oci-image-tools/oci-image-tools_git.bb index c78ad45e..8bafd2ab 100644 --- a/recipes-containers/oci-image-tools/oci-image-tools_git.bb +++ b/recipes-containers/oci-image-tools/oci-image-tools_git.bb | |||
@@ -16,8 +16,8 @@ SRC_URI = "git://github.com/opencontainers/image-tools.git;branch=master;protoco | |||
16 | file://0001-config-make-Config.User-mapping-errors-a-warning.patch \ | 16 | file://0001-config-make-Config.User-mapping-errors-a-warning.patch \ |
17 | file://0001-tool-respect-GO-and-GOBUILDFLAGS-when-building.patch" | 17 | file://0001-tool-respect-GO-and-GOBUILDFLAGS-when-building.patch" |
18 | 18 | ||
19 | SRCREV = "93db3b16e6738bf9b8bee47d86ac93be5340838b" | 19 | SRCREV = "11f9988298305d36f64248a6ee55318e60bf170b" |
20 | PV = "0.2.0-dev+git${SRCPV}" | 20 | PV = "1.0.0-rc3+git${SRCPV}" |
21 | GO_IMPORT = "import" | 21 | GO_IMPORT = "import" |
22 | 22 | ||
23 | inherit goarch | 23 | inherit goarch |