[oe-commits] [openembedded-core] 51/68: eudev: set downloadfilename

git at git.openembedded.org git at git.openembedded.org
Thu Feb 23 20:51:22 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit b3f8fa406fe7bf865379d9a3d26c8c19b58d1cff
Author: Robert Yang <liezhi.yang at windriver.com>
AuthorDate: Sun Feb 19 19:00:41 2017 -0800

    eudev: set downloadfilename
    
    Otherwise, the filename is v${PV}.tar.gz which isn't straightforward.
    
    Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-core/udev/eudev_3.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list