diff options
author | Ross Burton <ross.burton@intel.com> | 2017-09-18 23:29:54 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-09-21 09:24:24 +0100 |
commit | 49344fb1c73ef1f38ea9040bc8bf4e944738d606 (patch) | |
tree | c51cf08f7a92841e98700d518b73570f9dbe53c8 | |
parent | 7846fc222b7d1480c940a3671a1b32a70a0cb16f (diff) | |
download | poky-49344fb1c73ef1f38ea9040bc8bf4e944738d606.tar.gz |
eudev: use archive tarball instead of Github generated tarball
The Github-generated tarballs can and do change over time, so point at the
archived tarball website that the maintainer hosts.
(From OE-Core rev: 5a1f79ed3d243955401b45cf21f539126f67677e)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/udev/eudev_3.2.2.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-core/udev/eudev_3.2.2.bb b/meta/recipes-core/udev/eudev_3.2.2.bb index fcadfa36f7..02fb23ac56 100644 --- a/meta/recipes-core/udev/eudev_3.2.2.bb +++ b/meta/recipes-core/udev/eudev_3.2.2.bb | |||
@@ -8,7 +8,7 @@ DEPENDS = "glib-2.0 glib-2.0-native gperf-native kmod libxslt-native util-linux" | |||
8 | 8 | ||
9 | PROVIDES = "udev" | 9 | PROVIDES = "udev" |
10 | 10 | ||
11 | SRC_URI = "https://github.com/gentoo/${BPN}/archive/v${PV}.tar.gz;downloadfilename=${BP}.tar.gz \ | 11 | SRC_URI = "http://dev.gentoo.org/~blueness/${BPN}/${BP}.tar.gz \ |
12 | file://0014-Revert-rules-remove-firmware-loading-rules.patch \ | 12 | file://0014-Revert-rules-remove-firmware-loading-rules.patch \ |
13 | file://Revert-udev-remove-userspace-firmware-loading-suppor.patch \ | 13 | file://Revert-udev-remove-userspace-firmware-loading-suppor.patch \ |
14 | file://devfs-udev.rules \ | 14 | file://devfs-udev.rules \ |
@@ -21,8 +21,8 @@ SRC_URI = "https://github.com/gentoo/${BPN}/archive/v${PV}.tar.gz;downloadfilena | |||
21 | " | 21 | " |
22 | UPSTREAM_CHECK_URI = "https://github.com/gentoo/eudev/releases" | 22 | UPSTREAM_CHECK_URI = "https://github.com/gentoo/eudev/releases" |
23 | 23 | ||
24 | SRC_URI[md5sum] = "1a0faad3a88ade3475e8c0ddef78e30b" | 24 | SRC_URI[md5sum] = "41e19b70462692fefd072a3f38818b6e" |
25 | SRC_URI[sha256sum] = "80628191448886846ab9cc0e2af6782358a0afb81d5b4f8cd9d982d2626cca31" | 25 | SRC_URI[sha256sum] = "3e4c56ec2fc1854afd0a31f3affa48f922c62d40ee12a0c1a4b4f152ef5b0f63" |
26 | 26 | ||
27 | inherit autotools update-rc.d qemu pkgconfig | 27 | inherit autotools update-rc.d qemu pkgconfig |
28 | 28 | ||