diff options
author | Maxin B. John <maxin.john@intel.com> | 2016-07-28 16:02:55 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-01 11:47:14 +0100 |
commit | 27b49de75da9cb4515ae32ea584edf664bdc6c6d (patch) | |
tree | b905e22ebf0ec5b925f3862254ba2675f6f7bb43 /meta/recipes-extended | |
parent | 1a740c6ac3df94509513a7560bc9a2d245a4d7b8 (diff) | |
download | poky-27b49de75da9cb4515ae32ea584edf664bdc6c6d.tar.gz |
libaio: 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, 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.
[YOCTO #10040]
(From OE-Core rev: 9e6e7b3a573446808d0aa9d82bedfb386b0aef93)
Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/libaio/libaio_0.3.110.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-extended/libaio/libaio_0.3.110.bb b/meta/recipes-extended/libaio/libaio_0.3.110.bb index 2adfa0aa4c..75975d4ab7 100644 --- a/meta/recipes-extended/libaio/libaio_0.3.110.bb +++ b/meta/recipes-extended/libaio/libaio_0.3.110.bb | |||
@@ -5,7 +5,7 @@ HOMEPAGE = "http://lse.sourceforge.net/io/aio.html" | |||
5 | LICENSE = "LGPLv2.1+" | 5 | LICENSE = "LGPLv2.1+" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=d8045f3b8f929c1cb29a1e3fd737b499" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=d8045f3b8f929c1cb29a1e3fd737b499" |
7 | 7 | ||
8 | SRC_URI = "${DEBIAN_MIRROR}/main/liba/libaio/libaio_${PV}.orig.tar.gz \ | 8 | SRC_URI = "http://snapshot.debian.org/archive/debian/20160728T043443Z/pool/main/liba/${BPN}/${BPN}_${PV}.orig.tar.gz \ |
9 | file://generic-arch-dectection-for-padding-defines.patch \ | 9 | file://generic-arch-dectection-for-padding-defines.patch \ |
10 | file://00_arches.patch \ | 10 | file://00_arches.patch \ |
11 | file://destdir.patch \ | 11 | file://destdir.patch \ |
@@ -17,6 +17,8 @@ SRC_URI = "${DEBIAN_MIRROR}/main/liba/libaio/libaio_${PV}.orig.tar.gz \ | |||
17 | SRC_URI[md5sum] = "2a35602e43778383e2f4907a4ca39ab8" | 17 | SRC_URI[md5sum] = "2a35602e43778383e2f4907a4ca39ab8" |
18 | SRC_URI[sha256sum] = "e019028e631725729376250e32b473012f7cb68e1f7275bfc1bbcdd0f8745f7e" | 18 | SRC_URI[sha256sum] = "e019028e631725729376250e32b473012f7cb68e1f7275bfc1bbcdd0f8745f7e" |
19 | 19 | ||
20 | UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/liba/libaio/" | ||
21 | |||
20 | EXTRA_OEMAKE =+ "prefix=${prefix} includedir=${includedir} libdir=${libdir}" | 22 | EXTRA_OEMAKE =+ "prefix=${prefix} includedir=${includedir} libdir=${libdir}" |
21 | 23 | ||
22 | do_install () { | 24 | do_install () { |