* [PATCH 0/2] eudev/pigz: set downloadfilename
@ 2017-02-20 3:00 Robert Yang
2017-02-20 3:00 ` [PATCH 1/2] eudev: " Robert Yang
2017-02-20 3:00 ` [PATCH 2/2] pigz: " Robert Yang
0 siblings, 2 replies; 3+ messages in thread
From: Robert Yang @ 2017-02-20 3:00 UTC (permalink / raw)
To: openembedded-core
The following changes since commit def3800c7e58d9d1b54ea1df27b190a0f6d1d544:
layer.conf: bump version for change in eSDK selftest behaviour (2017-02-19 09:38:59 -0800)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib rbt/fetch
http://cgit.openembedded.org/openembedded-core-contrib/log/?h=rbt/fetch
Robert Yang (2):
eudev: set downloadfilename
pigz: set downloadfilename
meta/recipes-core/udev/eudev_3.2.bb | 2 +-
meta/recipes-extended/pigz/pigz_2.3.4.bb | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--
2.11.0.rc2.dirty
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/2] eudev: set downloadfilename
2017-02-20 3:00 [PATCH 0/2] eudev/pigz: set downloadfilename Robert Yang
@ 2017-02-20 3:00 ` Robert Yang
2017-02-20 3:00 ` [PATCH 2/2] pigz: " Robert Yang
1 sibling, 0 replies; 3+ messages in thread
From: Robert Yang @ 2017-02-20 3:00 UTC (permalink / raw)
To: openembedded-core
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 | 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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH 2/2] pigz: set downloadfilename
2017-02-20 3:00 [PATCH 0/2] eudev/pigz: set downloadfilename Robert Yang
2017-02-20 3:00 ` [PATCH 1/2] eudev: " Robert Yang
@ 2017-02-20 3:00 ` Robert Yang
1 sibling, 0 replies; 3+ messages in thread
From: Robert Yang @ 2017-02-20 3:00 UTC (permalink / raw)
To: openembedded-core
Otherwise, the filename is v${PV}.tar.gz which isn't straightforward.
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
meta/recipes-extended/pigz/pigz_2.3.4.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-extended/pigz/pigz_2.3.4.bb b/meta/recipes-extended/pigz/pigz_2.3.4.bb
index 53c56c59479..f4832dffe15 100644
--- a/meta/recipes-extended/pigz/pigz_2.3.4.bb
+++ b/meta/recipes-extended/pigz/pigz_2.3.4.bb
@@ -3,7 +3,7 @@ LIC_FILES_CHKSUM = "file://pigz.c;beginline=7;endline=21;md5=a21d4075cb00ab4ca17
UPSTREAM_CHECK_URI = "http://zlib.net/${BPN}/"
UPSTREAM_CHECK_REGEX = "pigz-(?P<pver>.*)\.tar"
-SRC_URI = "https://github.com/madler/pigz/archive/v${PV}.tar.gz"
+SRC_URI = "https://github.com/madler/pigz/archive/v${PV}.tar.gz;downloadfilename=${BP}.tar.gz"
SRC_URI[md5sum] = "c109057050b15edf3eb9bb4d0805235e"
SRC_URI[sha256sum] = "763f2fdb203aa0b7b640e63385e38e5dd4e5aaa041bc8e42aa96f2ef156b06e8"
--
2.11.0.rc2.dirty
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-02-20 3:00 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-20 3:00 [PATCH 0/2] eudev/pigz: set downloadfilename Robert Yang
2017-02-20 3:00 ` [PATCH 1/2] eudev: " Robert Yang
2017-02-20 3:00 ` [PATCH 2/2] pigz: " Robert Yang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox