From 6c3213a0ad16ff6b1a88aa4013c245cce3c25618 Mon Sep 17 00:00:00 2001 From: wangmy Date: Thu, 29 Jul 2021 15:10:47 +0800 Subject: [PATCH] bats: upgrade 1.3.0 -> 1.4.1 Added: Docker image architectures amd64, 386, arm64, arm/v7, arm/v6, ppc64le, s390x https://github.com/bats-core/bats-core/pull/438 Fixed: automatic push to Dockerhub https://github.com/bats-core/bats-core/pull/438 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-oe/recipes-test/bats/{bats_1.3.0.bb => bats_1.4.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-test/bats/{bats_1.3.0.bb => bats_1.4.1.bb} (92%) diff --git a/meta-oe/recipes-test/bats/bats_1.3.0.bb b/meta-oe/recipes-test/bats/bats_1.4.1.bb similarity index 92% rename from meta-oe/recipes-test/bats/bats_1.3.0.bb rename to meta-oe/recipes-test/bats/bats_1.4.1.bb index 39a02733f1..214f2af229 100644 --- a/meta-oe/recipes-test/bats/bats_1.3.0.bb +++ b/meta-oe/recipes-test/bats/bats_1.4.1.bb @@ -9,8 +9,8 @@ LIC_FILES_CHKSUM = "file://LICENSE.md;md5=2970203aedf9e829edb96a137a4fe81b" SRC_URI = "git://github.com/bats-core/bats-core.git \ file://0001-install.sh-consider-multilib.patch \ " -# v1.3.0 -SRCREV = "9086c47854652f2731861b40385689c85f12103f" +# v1.4.1 +SRCREV = "54e965fa9d269c2b3ff9036d81f32bac3df0edea" S = "${WORKDIR}/git"