[OE-core] [PATCH 1/2] eudev: set downloadfilename

Robert Yang liezhi.yang at windriver.com
Mon Feb 20 03:00:41 UTC 2017


Otherwise, the filename is v${PV}.tar.gz which isn't straightforward.

Signed-off-by: Robert Yang <liezhi.yang at windriver.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 11931bc0f37..45df5d45ee4 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 \
-- 
2.11.0.rc2.dirty




More information about the Openembedded-core mailing list