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:29:18 -0800
commitb3f8fa406fe7bf865379d9a3d26c8c19b58d1cff (patch)
treed099b1dcc66cb3414acd03bac17a1397fa19442b /meta/recipes-core/udev
parente90e10f10413a7340dccd71c7dc7b256240b824a (diff)
downloadopenembedded-core-b3f8fa406fe7bf865379d9a3d26c8c19b58d1cff.tar.gz
eudev: set downloadfilename
Otherwise, the filename is v${PV}.tar.gz which isn't straightforward. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
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"
PROVIDES = "udev"
-SRC_URI = "https://github.com/gentoo/${BPN}/archive/v${PV}.tar.gz \
+SRC_URI = "https://github.com/gentoo/${BPN}/archive/v${PV}.tar.gz;downloadfilename=${BP}.tar.gz \
file://devfs-udev.rules \
file://init \
file://links.conf \