Date
1 - 2 of 2
[meta-oe] [PATCH] 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} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-test/bats/{bats_1.6.1.bb => bats_1.7.0.bb} (94%) 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 94% 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..56b47959d 100644 --- a/meta-oe/recipes-test/bats/bats_1.6.1.bb +++ b/meta-oe/recipes-test/bats/bats_1.7.0.bb @@ -10,8 +10,8 @@ SRC_URI = "\ git://github.com/bats-core/bats-core.git;branch=version/1.6.x;protocol=https \ " -# v1.6.1 -SRCREV = "1977254c2a7faa2e0af17355856f91dc471d1daa" +# v1.7.0 +SRCREV = "410dd229a5ed005c68167cc90ed0712ad2a1c909" S = "${WORKDIR}/git" -- 2.25.1 |
|
On Mon, Jul 4, 2022 at 5:07 AM wangmy <wangmy@...> wrote:
this would need branch= to be updated as well to perhaps 1.7.x currently it fails to build stdio: ERROR: bats-1.7.0-r0 do_fetch: Fetcher failure: Unable to find revision 410dd229a5ed005c68167cc90ed0712ad2a1c909 in branch version/1.6.x even from upstream " |
|