]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
eudev: set downloadfilename
authorRobert Yang <liezhi.yang@windriver.com>
Fri, 17 Feb 2017 07:52:48 +0000 (07:52 +0000)
committerRobert Yang <liezhi.yang@windriver.com>
Mon, 20 Feb 2017 02:57:40 +0000 (02:57 +0000)
Otherwise, the filename is v${PV}.tar.gz which isn't straightforward.

Signed-off-by: Robert Yang <liezhi.yang@windriver.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 \