]> code.ossystems Code Review - openembedded-core.git/commit
insane: fix GitHub /archive/ test
authorRoss Burton <ross.burton@intel.com>
Tue, 26 Nov 2019 23:35:09 +0000 (23:35 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 29 Nov 2019 17:43:28 +0000 (17:43 +0000)
commitddd2c5624404848ee668dabec0f61599ab5003e4
tree584b5507cfb9e077c65706c4fe1c5599341636ea
parent422bef7a205b9b5d48d5b0e0b2b14ac65484607a
insane: fix GitHub /archive/ test

This test was failing to split the URL list to individual URLs, so if
SRC_URI is something like this then the test incorrectly triggers:

SRC_URI = "git://github.com/foo http://example.com/archive/foo"

Fix this by splitting the SRC_URI list and iterating through the URIs
one at time.

[ YOCTO #13660 ]

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/insane.bbclass