|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[YOCTO #10005] Krogoth-next checkuri failures
From Ross Burton (commit 1d39e4c145925e4517dc7fbb6f83767e883bb3c6)
Using ${DEBIAN_MIRROR} for SRC_URI doesn't work very well as that will only contain releases that are currently in Debian, so currently doesn't contain 1.18.4 as unstable has moved on to 1.18.9.
So, move all of SRC_URI to the .bb so it can use snapshot.debian.org instead, and set UPSTREAM_CHECK_URI to ${DEBIAN_MIRROR} so upstream release checking continues to work.
(From OE-Core rev: 85378ebe19730cc42587bf1e5e5e15b3deda638b)
Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|