]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
devtool: modify: Correct appending of type=git-dependency to URIs
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>
Thu, 15 Feb 2024 22:12:50 +0000 (23:12 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 16 Feb 2024 15:13:15 +0000 (15:13 +0000)
commit4de0c679e4b1a3cb394f348d625b97ad73f1efe7
tree331f16fc87ad6e72a575b2a578dff2a1e66a0d5c
parent651fc15e1403268aca19bd1453b3796d1effa559
devtool: modify: Correct appending of type=git-dependency to URIs

A missing space when using :append would lead to run-on URIs if there
was no whitespace at the end of the original SRC_URI.

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/devtool/standard.py