All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] serf: Update to version 1.3.9
@ 2016-11-03 15:34 Fabio Berton
  2016-11-03 19:40 ` Burton, Ross
  0 siblings, 1 reply; 3+ messages in thread
From: Fabio Berton @ 2016-11-03 15:34 UTC (permalink / raw)
  To: openembedded-core

Change SRC_URI and UPSTREAM_CHECK_URI to use APACHE_MIRROR to download
serf from apache project page.

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
---
 meta/recipes-support/serf/{serf_1.3.8.bb => serf_1.3.9.bb} | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
 rename meta/recipes-support/serf/{serf_1.3.8.bb => serf_1.3.9.bb} (68%)

diff --git a/meta/recipes-support/serf/serf_1.3.8.bb b/meta/recipes-support/serf/serf_1.3.9.bb
similarity index 68%
rename from meta/recipes-support/serf/serf_1.3.8.bb
rename to meta/recipes-support/serf/serf_1.3.9.bb
index c498d90..6ea14ac 100644
--- a/meta/recipes-support/serf/serf_1.3.8.bb
+++ b/meta/recipes-support/serf/serf_1.3.9.bb
@@ -1,12 +1,12 @@
 SUMMARY = "High-Performance Asynchronous HTTP Client Library"
-SRC_URI = "http://snapshot.debian.org/archive/debian/20160728T043443Z/pool/main/s/${BPN}/${BPN}_${PV}.orig.tar.gz \
+SRC_URI = "${APACHE_MIRROR}/${BPN}/${BPN}-${PV}.tar.bz2 \
            file://norpath.patch \
            file://env.patch"
 
-SRC_URI[md5sum] = "713beaf05d7f3329de121e218e2fcb93"
-SRC_URI[sha256sum] = "77134cd5010664ca023585bce50978bd4005906ed280ff889f591f86df7c59e4"
+SRC_URI[md5sum] = "370a6340ff20366ab088012cd13f2b57"
+SRC_URI[sha256sum] = "549c2d21c577a8a9c0450facb5cca809f26591f048e466552240947bdf7a87cc"
 
-UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/s/serf/"
+UPSTREAM_CHECK_URI = "${APACHE_MIRROR}/${BPN}/"
 
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
-- 
2.1.4



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH v2] serf: Update to version 1.3.9
  2016-11-03 15:34 [PATCH v2] serf: Update to version 1.3.9 Fabio Berton
@ 2016-11-03 19:40 ` Burton, Ross
  2016-11-03 20:37   ` Fabio Berton
  0 siblings, 1 reply; 3+ messages in thread
From: Burton, Ross @ 2016-11-03 19:40 UTC (permalink / raw)
  To: Fabio Berton; +Cc: OE-core

[-- Attachment #1: Type: text/plain, Size: 350 bytes --]

On 3 November 2016 at 15:34, Fabio Berton <fabio.berton@ossystems.com.br>
wrote:

> -UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/s/serf/"
> +UPSTREAM_CHECK_URI = "${APACHE_MIRROR}/${BPN}/"
>

As all the tarballs are in a single directory you can probably just delete
this line (though please do check with bitbake serf -c checkpkg).

Ross

[-- Attachment #2: Type: text/html, Size: 791 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH v2] serf: Update to version 1.3.9
  2016-11-03 19:40 ` Burton, Ross
@ 2016-11-03 20:37   ` Fabio Berton
  0 siblings, 0 replies; 3+ messages in thread
From: Fabio Berton @ 2016-11-03 20:37 UTC (permalink / raw)
  To: Burton, Ross; +Cc: OE-core

[-- Attachment #1: Type: text/plain, Size: 634 bytes --]

Hi Ross,

I removed UPSTREAM_CHECK_URI and checked with bitbake serf -c checkpkg and
I got the same output. So, I'll remove UPSTREAM_CHECK_URI and send a v3.

Thanks

Fabio

On Thu, Nov 3, 2016 at 5:40 PM, Burton, Ross <ross.burton@intel.com> wrote:

>
> On 3 November 2016 at 15:34, Fabio Berton <fabio.berton@ossystems.com.br>
> wrote:
>
>> -UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/s/serf/"
>> +UPSTREAM_CHECK_URI = "${APACHE_MIRROR}/${BPN}/"
>>
>
> As all the tarballs are in a single directory you can probably just delete
> this line (though please do check with bitbake serf -c checkpkg).
>
> Ross
>

[-- Attachment #2: Type: text/html, Size: 1799 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-11-03 20:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-03 15:34 [PATCH v2] serf: Update to version 1.3.9 Fabio Berton
2016-11-03 19:40 ` Burton, Ross
2016-11-03 20:37   ` Fabio Berton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.