diff options
author | Alexandre Truong <alexandre.truong@smile.fr> | 2024-04-04 14:25:55 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-04-04 21:50:24 +0100 |
commit | ab6d3e3d645ffc343f434bf731339fa237df027a (patch) | |
tree | 12c6e10d03151ddabd1627761b25601038064175 /meta/lib/oeqa/selftest/cases/rust.py | |
parent | 797c243eccb3b53de7d29f3e629287709ec90e87 (diff) | |
download | poky-ab6d3e3d645ffc343f434bf731339fa237df027a.tar.gz |
oeqa/selftest/devtool: fix test_devtool_add_git_style2
The problem is the following:
AssertionError: 'gitsm://git@github.com/ARMmbed/mbedtls.git;protocol=https;branch=master' != 'git://git@github.com/ARMmbed/mbedtls.git;protocol=https;branch=master'
Mbedlts made changes to their repository, adding a sub-module, thus the
assert triggers an error with the url:
git://git@github.com/ARMmbed/mbedtls.git;protocol=https;branch=master
https://github.com/Mbed-TLS/mbedtls/commit/456a54da8ef44c8b725b524567c08cffec6a7214
was the upstream change.
To fix the issue, the url has been changed to:
gitsm://git@github.com/ARMmbed/mbedtls.git;protocol=https;branch=master
(From OE-Core rev: 9ac737fbe05c85ec8333b396ce2f89de6654916f)
Signed-off-by: Alexandre Truong <alexandre.truong@smile.fr>
Reviewed-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa/selftest/cases/rust.py')
0 files changed, 0 insertions, 0 deletions