summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/udev
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2017-02-19 19:00:41 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-02-23 12:49:51 -0800
commit47a6b6231278af435202b41e82efd368f0c4087b (patch)
treebf5964b29e33036f4e74cd5ebab04e4033b6f6f0 /meta/recipes-core/udev
parentb74cfdb8a0d10b16db460247d16f4328fa323a99 (diff)
downloadpoky-47a6b6231278af435202b41e82efd368f0c4087b.tar.gz
eudev: set downloadfilename
Otherwise, the filename is v${PV}.tar.gz which isn't straightforward. (From OE-Core rev: b3f8fa406fe7bf865379d9a3d26c8c19b58d1cff) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/udev')
-rw-r--r--meta/recipes-core/udev/eudev_3.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/udev/eudev_3.2.bb b/meta/recipes-core/udev/eudev_3.2.bb
index 11931bc0f3..45df5d45ee 100644
--- a/meta/recipes-core/udev/eudev_3.2.bb
+++ b/meta/recipes-core/udev/eudev_3.2.bb
@@ -7,7 +7,7 @@ DEPENDS = "glib-2.0 glib-2.0-native gperf-native kmod libxslt-native util-linux"
7 7
8PROVIDES = "udev" 8PROVIDES = "udev"
9 9
10SRC_URI = "https://github.com/gentoo/${BPN}/archive/v${PV}.tar.gz \ 10SRC_URI = "https://github.com/gentoo/${BPN}/archive/v${PV}.tar.gz;downloadfilename=${BP}.tar.gz \
11 file://devfs-udev.rules \ 11 file://devfs-udev.rules \
12 file://init \ 12 file://init \
13 file://links.conf \ 13 file://links.conf \