summaryrefslogtreecommitdiffstats
path: root/scripts/lib/devtool/standard.py
diff options
context:
space:
mode:
authorPatrik Nordvall <patrik.nordvall95@gmail.com>2025-03-14 12:25:59 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-03-18 11:03:17 +0000
commit8180865c22000adc5114a062dbe67f4b02ea06d5 (patch)
tree14dfbdc98143a8107efc929b31521f2719cac46f /scripts/lib/devtool/standard.py
parent85c2eb6d423be503fc3257340da890a36293d8e8 (diff)
downloadpoky-8180865c22000adc5114a062dbe67f4b02ea06d5.tar.gz
bitbake: fetch2/git: Restore escape quoting for the git url when used
This fixes a bug where escapes in the url path would not be properly restored for the git commands in the git fetcher. For example, a space which is encoded as '%20' was not properly encoded before the clone command. e.g. SRC_URI="git://git.openembedded.org/bitbake%20example/bitbake;protocol=https" resulted in git clone 'https://git.openembedded.org/bitbake example/bitbake' instead of git clone 'https://git.openembedded.org/bitbake%20example/bitbake' (Bitbake rev: be48024253b93215bb110cd1d05925e789ec9680) Signed-off-by: Patrik Nordvall <patrik.nordvall95@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/devtool/standard.py')
0 files changed, 0 insertions, 0 deletions