[gnome-continuous-yocto/gnomeostree-3.28-rocko: 4746/8267] eudev: set downloadfilename



commit 47a6b6231278af435202b41e82efd368f0c4087b
Author: Robert Yang <liezhi yang windriver com>
Date:   Sun Feb 19 19:00:41 2017 -0800

    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>

 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 11931bc..45df5d4 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 \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]