diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2025-01-22 00:28:43 -0800 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-01-30 18:54:28 +0000 |
commit | f9171b61cadfe4dfe0c3e658df2b0c570e6e2235 (patch) | |
tree | 9db08c3aeb0b38259089e0a6abb42875794807c7 | |
parent | a055d7dcafc58855081a5eac9a46b93b9b51012b (diff) | |
download | meta-virtualization-f9171b61cadfe4dfe0c3e658df2b0c570e6e2235.tar.gz |
buildah: update to 1.26.8
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-containers/buildah/buildah_git.bb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/recipes-containers/buildah/buildah_git.bb b/recipes-containers/buildah/buildah_git.bb index 024e82c1..9e074415 100644 --- a/recipes-containers/buildah/buildah_git.bb +++ b/recipes-containers/buildah/buildah_git.bb | |||
@@ -8,10 +8,9 @@ LIC_FILES_CHKSUM = "file://src/github.com/containers/buildah/LICENSE;md5=e3fc50a | |||
8 | 8 | ||
9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
10 | 10 | ||
11 | BUILDAH_VERSION = "1.26" | 11 | SRCREV_buildah = "e2feca77516568553dc1318019cea90ae000e0f3" |
12 | SRCREV_buildah = "0a9d6e6eaef2e2e7936313d449a4e226022eb865" | ||
13 | 12 | ||
14 | PV = "${BUILDAH_VERSION}" | 13 | PV = "1.26.8" |
15 | 14 | ||
16 | inherit go | 15 | inherit go |
17 | inherit goarch | 16 | inherit goarch |
@@ -23,7 +22,7 @@ GO_WORKDIR = "${GO_INSTALL}" | |||
23 | GOBUILDFLAGS += "-mod vendor" | 22 | GOBUILDFLAGS += "-mod vendor" |
24 | 23 | ||
25 | SRC_URI = " \ | 24 | SRC_URI = " \ |
26 | git://github.com/containers/buildah;branch=release-${BUILDAH_VERSION};name=buildah;protocol=https \ | 25 | git://github.com/containers/buildah;branch=release-1.26;name=buildah;protocol=https \ |
27 | " | 26 | " |
28 | 27 | ||
29 | DEPENDS = "libdevmapper btrfs-tools gpgme" | 28 | DEPENDS = "libdevmapper btrfs-tools gpgme" |