diff options
| author | Maxin B. John <maxin.john@intel.com> | 2016-03-10 13:56:11 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-11 16:50:44 +0000 |
| commit | cbd87f31980f80abd76a213d9bbe00b83063f831 (patch) | |
| tree | 87e3ad0efedb717f9a5ce42597fceb95065120c8 | |
| parent | 57fb05a5a3b6349405579ec05ec334032da4796d (diff) | |
| download | poky-cbd87f31980f80abd76a213d9bbe00b83063f831.tar.gz | |
lsof: update UPSTREAM_CHECK_URI
Set UPSTREAM_CHECK_URI to the below listed URL:
http://www.mirrorservice.org/sites/lsof.itap.purdue.edu/pub/tools/unix/lsof
(From OE-Core rev: d02cae77b994d0c19c1b015b96fe8e07baa1182d)
Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-extended/lsof/lsof_4.89.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/lsof/lsof_4.89.bb b/meta/recipes-extended/lsof/lsof_4.89.bb index 5cce0ef876..c10337beb4 100644 --- a/meta/recipes-extended/lsof/lsof_4.89.bb +++ b/meta/recipes-extended/lsof/lsof_4.89.bb | |||
| @@ -9,7 +9,7 @@ SRC_URI = "ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_${PV}.tar.bz2" | |||
| 9 | SRC_URI[md5sum] = "1b9cd34f3fb86856a125abbf2be3a386" | 9 | SRC_URI[md5sum] = "1b9cd34f3fb86856a125abbf2be3a386" |
| 10 | SRC_URI[sha256sum] = "81ac2fc5fdc944793baf41a14002b6deb5a29096b387744e28f8c30a360a3718" | 10 | SRC_URI[sha256sum] = "81ac2fc5fdc944793baf41a14002b6deb5a29096b387744e28f8c30a360a3718" |
| 11 | 11 | ||
| 12 | UPSTREAM_CHECK_URI = "ftp://sunsite.ualberta.ca/pub/Mirror/lsof/" | 12 | UPSTREAM_CHECK_URI = "http://www.mirrorservice.org/sites/lsof.itap.purdue.edu/pub/tools/unix/lsof" |
| 13 | 13 | ||
| 14 | LOCALSRC = "file://${WORKDIR}/lsof_${PV}/lsof_${PV}_src.tar" | 14 | LOCALSRC = "file://${WORKDIR}/lsof_${PV}/lsof_${PV}_src.tar" |
| 15 | S = "${WORKDIR}/lsof_${PV}_src" | 15 | S = "${WORKDIR}/lsof_${PV}_src" |
