summaryrefslogtreecommitdiffstats
path: root/recipes-containers/buildah/buildah_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-containers/buildah/buildah_git.bb')
-rw-r--r--recipes-containers/buildah/buildah_git.bb8
1 files changed, 3 insertions, 5 deletions
diff --git a/recipes-containers/buildah/buildah_git.bb b/recipes-containers/buildah/buildah_git.bb
index 64ee4f7d..80fa9929 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
9S = "${WORKDIR}/git" 9S = "${WORKDIR}/git"
10 10
11BUILDAH_VERSION = "1.34.1" 11BUILDAH_VERSION = "1.39.1"
12 12
13PV = "${BUILDAH_VERSION}" 13PV = "${BUILDAH_VERSION}"
14 14
@@ -27,12 +27,10 @@ GO_INSTALL = "${GO_IMPORT}"
27GO_WORKDIR = "${GO_INSTALL}" 27GO_WORKDIR = "${GO_INSTALL}"
28GOBUILDFLAGS += "-mod vendor" 28GOBUILDFLAGS += "-mod vendor"
29 29
30SRCREV_FORMAT = "buildah_storage" 30SRCREV = "1c4d858794c90fbb882c976efea09035c83cd73c"
31SRCREV_buildah = "dbeb097c6fbf4bfd643f096992da572a97a8ec12"
32SRCREV_storage = "246ba3062e8b551026aef2708eee747014ce5c52"
33 31
34SRC_URI = " \ 32SRC_URI = " \
35 git://github.com/containers/buildah;branch=release-1.34;name=buildah;protocol=https \ 33 git://github.com/containers/buildah;branch=release-1.39;name=buildah;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \
36 " 34 "
37 35
38DEPENDS = "libdevmapper btrfs-tools gpgme" 36DEPENDS = "libdevmapper btrfs-tools gpgme"