From: Chen Qi <[email protected]> Fix the SRCREV as there's no need to use SRCREV_FORMAT.
Signed-off-by: Chen Qi <[email protected]> --- recipes-containers/buildah/buildah_git.bb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/recipes-containers/buildah/buildah_git.bb b/recipes-containers/buildah/buildah_git.bb index 7ad2fd95..1f9805d6 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 S = "${WORKDIR}/git" -BUILDAH_VERSION = "1.37.1" +BUILDAH_VERSION = "1.37.5" PV = "${BUILDAH_VERSION}" @@ -27,9 +27,7 @@ GO_INSTALL = "${GO_IMPORT}" GO_WORKDIR = "${GO_INSTALL}" GOBUILDFLAGS += "-mod vendor" -SRCREV_FORMAT = "buildah_storage" -SRCREV_buildah = "0117c423e94b1051d5e34a16f3f1db8fb63509c7" -SRCREV_storage = "246ba3062e8b551026aef2708eee747014ce5c52" +SRCREV = "5fd40b989860984a00f6fc1539ff53caceca1325" SRC_URI = " \ git://github.com/containers/buildah;branch=release-1.37;name=buildah;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \ -- 2.25.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#9081): https://lists.yoctoproject.org/g/meta-virtualization/message/9081 Mute This Topic: https://lists.yoctoproject.org/mt/110623150/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
