diff options
author | Ross Burton <ross@burtonini.com> | 2021-01-21 16:09:22 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-01-21 23:25:53 +0000 |
commit | 85335647a316230ad78520955ba738f08c334659 (patch) | |
tree | 9ba77e8e4b28ead84a701f3d0fa77e8bd473e328 /meta/recipes-devtools/rsync | |
parent | dbdf5e69a82789e2be358bfaa17e212a3a688cd9 (diff) | |
download | poky-85335647a316230ad78520955ba738f08c334659.tar.gz |
base: use URI instead of decodeurl when detecting unpack dependencies
decodeurl() has limitations, primarily that it doesn't handle query
parameters at all. If a SRC_URI looks like this:
http://example.com/download.tar.gz?something
Then the returned path attribute is download.tar.gz?something. This means
the filename extension detection fails and required tools are not added
to the dependencies.
(From OE-Core rev: 4897fc31e533a3e7d20b54c2b039e0143d22c28f)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/rsync')
0 files changed, 0 insertions, 0 deletions