]> code.ossystems Code Review - openembedded-core.git/commitdiff
eudev: set downloadfilename
authorRobert Yang <liezhi.yang@windriver.com>
Mon, 20 Feb 2017 03:00:41 +0000 (19:00 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 23 Feb 2017 20:29:18 +0000 (12:29 -0800)
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>
meta/recipes-core/udev/eudev_3.2.bb

index 11931bc0f376a11e5925c3016266f1f3844bd13a..45df5d45ee48d1c0cee180077fe3459e2b75412f 100644 (file)
@@ -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 \