]> code.ossystems Code Review - openembedded-core.git/commit
dpkg: use snapshot.debian.org for SRC_URI
authorRoss Burton <ross.burton@intel.com>
Mon, 25 Jul 2016 23:14:11 +0000 (00:14 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 26 Jul 2016 07:56:08 +0000 (08:56 +0100)
commitb32d430c3c7dccf3a8d06ab492d648893a05950f
treeb5c652a3e9e3c5ba2071a5399d4955402ebe878f
parent7635748f9bf2de75e94222ff286b9d02e85b2dfe
dpkg: use snapshot.debian.org for SRC_URI

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.7 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.

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/dpkg/dpkg.inc
meta/recipes-devtools/dpkg/dpkg_1.18.7.bb