From: Robert Yang Date: Mon, 20 Feb 2017 03:00:41 +0000 (-0800) Subject: eudev: set downloadfilename X-Git-Tag: uninative-1.5~210 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=b3f8fa406fe7bf865379d9a3d26c8c19b58d1cff;p=openembedded-core.git eudev: set downloadfilename Otherwise, the filename is v${PV}.tar.gz which isn't straightforward. Signed-off-by: Robert Yang Signed-off-by: Ross Burton --- 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 \