diff options
| author | Steve Sakoman <steve@sakoman.com> | 2024-06-11 11:22:11 -0700 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2024-06-24 06:53:45 -0700 |
| commit | 4374c6dfabde8a1966b8d9fcce80dccaea7c6c4e (patch) | |
| tree | 166cfcd334e36a8c68b78c8c0f6e24a75006ccd1 /bitbake/lib/bb | |
| parent | e139e9d0ce343ba77a09601a976c92acd562c9df (diff) | |
| download | poky-4374c6dfabde8a1966b8d9fcce80dccaea7c6c4e.tar.gz | |
bitbake: tests/fetch: Tweak test to match upstream repo url change Upstream changed their urls, update our test to match.
(Bitbake rev: 734b0ea3dfe45eb16ee60f0c2c388e22af4040e0)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'bitbake/lib/bb')
| -rw-r--r-- | bitbake/lib/bb/tests/fetch.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/tests/fetch.py b/bitbake/lib/bb/tests/fetch.py index 5aa3e464dd..a7d9d5e887 100644 --- a/bitbake/lib/bb/tests/fetch.py +++ b/bitbake/lib/bb/tests/fetch.py | |||
| @@ -1335,7 +1335,7 @@ class FetchLatestVersionTest(FetcherTest): | |||
| 1335 | # combination version pattern | 1335 | # combination version pattern |
| 1336 | ("sysprof", "git://gitlab.gnome.org/GNOME/sysprof.git;protocol=https;branch=master", "cd44ee6644c3641507fb53b8a2a69137f2971219", "") | 1336 | ("sysprof", "git://gitlab.gnome.org/GNOME/sysprof.git;protocol=https;branch=master", "cd44ee6644c3641507fb53b8a2a69137f2971219", "") |
| 1337 | : "1.2.0", | 1337 | : "1.2.0", |
| 1338 | ("u-boot-mkimage", "git://git.denx.de/u-boot.git;branch=master;protocol=git", "62c175fbb8a0f9a926c88294ea9f7e88eb898f6c", "") | 1338 | ("u-boot-mkimage", "git://source.denx.de/u-boot/u-boot.git;branch=master;protocol=https", "62c175fbb8a0f9a926c88294ea9f7e88eb898f6c", "") |
| 1339 | : "2014.01", | 1339 | : "2014.01", |
| 1340 | # version pattern "yyyymmdd" | 1340 | # version pattern "yyyymmdd" |
| 1341 | ("mobile-broadband-provider-info", "git://gitlab.gnome.org/GNOME/mobile-broadband-provider-info.git;protocol=https;branch=master", "4ed19e11c2975105b71b956440acdb25d46a347d", "") | 1341 | ("mobile-broadband-provider-info", "git://gitlab.gnome.org/GNOME/mobile-broadband-provider-info.git;protocol=https;branch=master", "4ed19e11c2975105b71b956440acdb25d46a347d", "") |
