[meta-oe] [PATCH v2] bats: upgrade 1.6.1 -> 1.7.0
wangmy
Changelog:https://github.com/bats-core/bats-core/releases/tag/v1.7.0
Signed-off-by: Wang Mingyu <wangmy@...> --- meta-oe/recipes-test/bats/{bats_1.6.1.bb => bats_1.7.0.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-oe/recipes-test/bats/{bats_1.6.1.bb => bats_1.7.0.bb} (87%) diff --git a/meta-oe/recipes-test/bats/bats_1.6.1.bb b/meta-oe/recipes-test/bats/bats_1.7.0.bb similarity index 87% rename from meta-oe/recipes-test/bats/bats_1.6.1.bb rename to meta-oe/recipes-test/bats/bats_1.7.0.bb index 7d72a5198..81235e29b 100644 --- a/meta-oe/recipes-test/bats/bats_1.6.1.bb +++ b/meta-oe/recipes-test/bats/bats_1.7.0.bb @@ -7,11 +7,11 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE.md;md5=2970203aedf9e829edb96a137a4fe81b" SRC_URI = "\ - git://github.com/bats-core/bats-core.git;branch=version/1.6.x;protocol=https \ + git://github.com/bats-core/bats-core.git;branch=master;protocol=https \ " -# v1.6.1 -SRCREV = "1977254c2a7faa2e0af17355856f91dc471d1daa" +# v1.7.0 +SRCREV = "410dd229a5ed005c68167cc90ed0712ad2a1c909" S = "${WORKDIR}/git" -- 2.25.1
|
|