diff options
author | Maxin B. John <maxin.john@intel.com> | 2016-07-28 15:03:44 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-01 11:47:14 +0100 |
commit | f6e53accbd6ff1aede8734e4e41cd29dcd1d8770 (patch) | |
tree | 502868e5c176c33f82cbe72bb2e7efdac530bfff | |
parent | 0966a839ac4cbfae578c4709185d0291bf762ba6 (diff) | |
download | poky-f6e53accbd6ff1aede8734e4e41cd29dcd1d8770.tar.gz |
ossp-uuid: 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: 1b38ad4cb8faeb86c5e8cb6b7201194722c5ef31)
Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/ossp-uuid/ossp-uuid_1.6.2.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/ossp-uuid/ossp-uuid_1.6.2.bb b/meta/recipes-devtools/ossp-uuid/ossp-uuid_1.6.2.bb index 08926ba6b7..85a1bcf5ca 100644 --- a/meta/recipes-devtools/ossp-uuid/ossp-uuid_1.6.2.bb +++ b/meta/recipes-devtools/ossp-uuid/ossp-uuid_1.6.2.bb | |||
@@ -16,8 +16,9 @@ LIC_FILES_CHKSUM = "file://README;beginline=30;endline=55;md5=b394fadb039bbfca6a | |||
16 | file://uuid_md5.c;beginline=1;endline=28;md5=9c1f4b2218546deae24c91be1dcf00dd" | 16 | file://uuid_md5.c;beginline=1;endline=28;md5=9c1f4b2218546deae24c91be1dcf00dd" |
17 | 17 | ||
18 | PR = "r2" | 18 | PR = "r2" |
19 | UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/o/ossp-uuid/" | ||
19 | 20 | ||
20 | SRC_URI = "${DEBIAN_MIRROR}/main/o/${BPN}/${BPN}_${PV}.orig.tar.gz \ | 21 | SRC_URI = "http://snapshot.debian.org/archive/debian/20160728T043443Z/pool/main/o/${BPN}/${BPN}_${PV}.orig.tar.gz \ |
21 | file://0001-Change-library-name.patch \ | 22 | file://0001-Change-library-name.patch \ |
22 | file://0002-uuid-preserve-m-option-status-in-v-option-handling.patch \ | 23 | file://0002-uuid-preserve-m-option-status-in-v-option-handling.patch \ |
23 | file://0003-Fix-whatis-entries.patch \ | 24 | file://0003-Fix-whatis-entries.patch \ |