diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2015-06-26 16:04:07 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-08-01 07:34:07 +0100 |
commit | 891ee70cbbec3d448e5910098689bc674d206122 (patch) | |
tree | 427a32244c63f768ac01f3f8b32b9ef328be7448 /meta | |
parent | 79e41e39c6cffcc115528d797a18f0735b13e384 (diff) | |
download | poky-891ee70cbbec3d448e5910098689bc674d206122.tar.gz |
libproxy: update SRC_URI to not use Google Code
Google Code is shutting down soon, so libproxy tarball is now fetched
from Debian mirrors
(From OE-Core rev: 70ca9156aeb2e4a074130aba4eb4079263420895)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/libproxy/libproxy_0.4.11.bb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/meta/recipes-support/libproxy/libproxy_0.4.11.bb b/meta/recipes-support/libproxy/libproxy_0.4.11.bb index 9d388d6b1f..06d0b9ba9d 100644 --- a/meta/recipes-support/libproxy/libproxy_0.4.11.bb +++ b/meta/recipes-support/libproxy/libproxy_0.4.11.bb | |||
@@ -8,12 +8,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \ | |||
8 | 8 | ||
9 | DEPENDS = "gconf glib-2.0" | 9 | DEPENDS = "gconf glib-2.0" |
10 | 10 | ||
11 | SRC_URI = "http://libproxy.googlecode.com/files/libproxy-${PV}.zip \ | 11 | SRC_URI = "${DEBIAN_MIRROR}/main/libp/${BPN}/${BPN}_${PV}.orig.tar.gz \ |
12 | file://0001-test-Include-sys-select.h-for-select.patch \ | 12 | file://0001-test-Include-sys-select.h-for-select.patch \ |
13 | " | 13 | " |
14 | 14 | SRC_URI[md5sum] = "3cd1ae2a4abecf44b3f24d6639d2cd84" | |
15 | SRC_URI[md5sum] = "06be230b8b612e64997f8f15af6373aa" | 15 | SRC_URI[sha256sum] = "dc3f33de54163718f82b3e7c496a7de97f8862578414b8ecaad3cbfe4821864b" |
16 | SRC_URI[sha256sum] = "3175abcb49c0b37fd82c697927783bf7d53de3884a8559bc594e59caa09bdb04" | ||
17 | 16 | ||
18 | inherit cmake pkgconfig | 17 | inherit cmake pkgconfig |
19 | 18 | ||