diff options
author | Ross Burton <ross@burtonini.com> | 2021-01-21 16:09:22 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-01-23 17:08:54 +0000 |
commit | 02360c2e53fa05f1bc3a79f4b0afca301f8b7d2b (patch) | |
tree | aa6795a04ebe59b883e12165091bf1c4e857ec81 /meta/conf | |
parent | 3a220f1e411767cbf9e7099c18d94a12171c1093 (diff) | |
download | poky-02360c2e53fa05f1bc3a79f4b0afca301f8b7d2b.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: 5cd396c099730b765fc6cd82e2d7748f99de7157)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
0 files changed, 0 insertions, 0 deletions