diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2017-02-19 19:00:41 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-02-23 12:49:51 -0800 |
commit | 47a6b6231278af435202b41e82efd368f0c4087b (patch) | |
tree | bf5964b29e33036f4e74cd5ebab04e4033b6f6f0 /meta/recipes-core | |
parent | b74cfdb8a0d10b16db460247d16f4328fa323a99 (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-core/udev/eudev_3.2.bb | 2 |
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 | ||
8 | PROVIDES = "udev" | 8 | PROVIDES = "udev" |
9 | 9 | ||
10 | SRC_URI = "https://github.com/gentoo/${BPN}/archive/v${PV}.tar.gz \ | 10 | SRC_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 \ |