summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2021-07-29 15:10:47 +0800
committerKhem Raj <raj.khem@gmail.com>2021-07-29 10:35:38 -0700
commit6c3213a0ad16ff6b1a88aa4013c245cce3c25618 (patch)
tree0f9e8d67223bb333fdcabd114c17c42170ed105f
parentdb5f48734404a52ee5323659082f1d6baa225ca7 (diff)
downloadmeta-openembedded-6c3213a0ad16ff6b1a88aa4013c245cce3c25618.tar.gz
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 <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-test/bats/bats_1.4.1.bb (renamed from meta-oe/recipes-test/bats/bats_1.3.0.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-test/bats/bats_1.3.0.bb b/meta-oe/recipes-test/bats/bats_1.4.1.bb
index 39a02733f..214f2af22 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"
9SRC_URI = "git://github.com/bats-core/bats-core.git \ 9SRC_URI = "git://github.com/bats-core/bats-core.git \
10 file://0001-install.sh-consider-multilib.patch \ 10 file://0001-install.sh-consider-multilib.patch \
11 " 11 "
12# v1.3.0 12# v1.4.1
13SRCREV = "9086c47854652f2731861b40385689c85f12103f" 13SRCREV = "54e965fa9d269c2b3ff9036d81f32bac3df0edea"
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16