[OE-core] [krogoth] [PATCH 00/12] fix checkuri failures for krogoth

Maxin B. John maxin.john at intel.com
Thu Jul 28 14:04:30 UTC 2016


Recipes that use DEBIAN_MIRROR in SRC_URI are setting themselves up for failure
as the Debian mirror network only stores active releases, so once a version we
use isn't in oldstable/stable/testing/unstable then it will be removed.

The solution here is to use the snapshot.debian.org service for the SRC_URI,
and set UPSTREAM_CHECK_URI to the relevant pool directory on DEBIAN_MIRRORS.
This way we get a stable SRC_URI but still have new upstream release checking.

Fixes:
 [YOCTO #10005]
 [YOCTO #10040]

The following changes since commit  e67395419dcb1142ae6dd4348736a2720d2ebe9d:

  nss: fix build for gcc-6 (2016-07-17 11:37:23 -0700)

are available in the git repository at:

    git://git.yoctoproject.org/poky-contrib maxin/krogoth-next
    http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=maxin/krogoth-next

Maxin B. John (10):
  apmd: use snapshot.debian.org for SRC_URI
  ossp-uuid: use snapshot.debian.org for SRC_URI
  serf: use snapshot.debian.org for SRC_URI
  netbase: use snapshot.debian.org for SRC_URI
  docbook-xml-dtd4: use snapshot.debian.org for SRC_URI
  linuxdoc-tools: use snapshot.debian.org for SRC_URI
  blktool: use snapshot.debian.org for SRC_URI
  libaio: use snapshot.debian.org for SRC_URI
  mailx: use snapshot.debian.org for SRC_URI
  libproxy: use snapshot.debian.org for SRC_URI

Tim Orling (2):
  dpkg: use snapshot.debian.org for SRC_URI
  at: use snapshot.debian.org for SRC_URI

 meta/recipes-bsp/apmd/apmd_3.2.2-15.bb                               | 3 ++-
 meta/recipes-core/netbase/netbase_5.3.bb                             | 3 ++-
 meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb            | 4 +++-
 meta/recipes-devtools/dpkg/dpkg.inc                                  | 4 ++--
 meta/recipes-devtools/dpkg/dpkg_1.18.4.bb                            | 5 +++--
 meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools-native_0.9.69.bb | 3 ++-
 meta/recipes-devtools/ossp-uuid/ossp-uuid_1.6.2.bb                   | 3 ++-
 meta/recipes-extended/at/at_3.1.18.bb                                | 4 +++-
 meta/recipes-extended/blktool/blktool_4-7.bb                         | 3 ++-
 meta/recipes-extended/libaio/libaio_0.3.110.bb                       | 4 +++-
 meta/recipes-extended/mailx/mailx_12.5-5.bb                          | 3 ++-
 meta/recipes-support/libproxy/libproxy_0.4.11.bb                     | 4 +++-
 meta/recipes-support/serf/serf_1.3.8.bb                              | 4 +++-
 13 files changed, 32 insertions(+), 15 deletions(-)

-- 
2.4.0




More information about the Openembedded-core mailing list