diff options
-rw-r--r-- | recipes-containers/buildah/buildah_git.bb | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/recipes-containers/buildah/buildah_git.bb b/recipes-containers/buildah/buildah_git.bb index 5155cbb1..0fcf9813 100644 --- a/recipes-containers/buildah/buildah_git.bb +++ b/recipes-containers/buildah/buildah_git.bb | |||
@@ -8,7 +8,7 @@ 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.31.3" | 11 | BUILDAH_VERSION = "1.32.0" |
12 | 12 | ||
13 | PV = "${BUILDAH_VERSION}" | 13 | PV = "${BUILDAH_VERSION}" |
14 | 14 | ||
@@ -26,11 +26,11 @@ GO_WORKDIR = "${GO_INSTALL}" | |||
26 | GOBUILDFLAGS += "-mod vendor" | 26 | GOBUILDFLAGS += "-mod vendor" |
27 | 27 | ||
28 | SRCREV_FORMAT = "buildah_storage" | 28 | SRCREV_FORMAT = "buildah_storage" |
29 | SRCREV_buildah = "0926e05c3386a009f622a49a781bf3dcbf2aef03" | 29 | SRCREV_buildah = "4f3d7b0b630117a3f770e064f17415977e7e3c73" |
30 | SRCREV_storage = "246ba3062e8b551026aef2708eee747014ce5c52" | 30 | SRCREV_storage = "246ba3062e8b551026aef2708eee747014ce5c52" |
31 | 31 | ||
32 | SRC_URI = " \ | 32 | SRC_URI = " \ |
33 | git://github.com/containers/buildah;branch=release-1.31;name=buildah;protocol=https \ | 33 | git://github.com/containers/buildah;branch=release-1.32;name=buildah;protocol=https \ |
34 | " | 34 | " |
35 | 35 | ||
36 | DEPENDS = "libdevmapper btrfs-tools gpgme" | 36 | DEPENDS = "libdevmapper btrfs-tools gpgme" |
@@ -56,3 +56,5 @@ do_install:append() { | |||
56 | install -m 666 ${S}/src/github.com/containers/buildah/docs/samples/registries.conf ${dest_dir}/buildah.registries.conf.sample | 56 | install -m 666 ${S}/src/github.com/containers/buildah/docs/samples/registries.conf ${dest_dir}/buildah.registries.conf.sample |
57 | install -m 666 ${S}/src/github.com/containers/buildah/tests/policy.json ${dest_dir}/buildah.policy.json.sample | 57 | install -m 666 ${S}/src/github.com/containers/buildah/tests/policy.json ${dest_dir}/buildah.policy.json.sample |
58 | } | 58 | } |
59 | |||
60 | INSANE_SKIP:${PN} = "already-stripped" | ||