Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 1/4] boost: fix upstream version check
@ 2017-04-24 13:15 Alexander Kanavin
  2017-04-24 13:15 ` [PATCH 2/4] libproxy: speed up " Alexander Kanavin
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Alexander Kanavin @ 2017-04-24 13:15 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
---
 meta/recipes-support/boost/boost-1.64.0.inc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-support/boost/boost-1.64.0.inc b/meta/recipes-support/boost/boost-1.64.0.inc
index 2fa63dca6c7..dc7b1a9c015 100644
--- a/meta/recipes-support/boost/boost-1.64.0.inc
+++ b/meta/recipes-support/boost/boost-1.64.0.inc
@@ -15,6 +15,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/project/boost/boost/${PV}/${BOOST_P}.tar.bz2"
 SRC_URI[md5sum] = "93eecce2abed9d2442c9676914709349"
 SRC_URI[sha256sum] = "7bcc5caace97baa948931d712ea5f37038dbb1c5d89b43ad4def4ed7cb683332"
 
-UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/boost/files/"
+UPSTREAM_CHECK_URI = "http://www.boost.org/users/download/"
+UPSTREAM_CHECK_REGEX = "boostorg/release/(?P<pver>.*)/source/"
 
 S = "${WORKDIR}/${BOOST_P}"
-- 
2.11.0



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

end of thread, other threads:[~2017-04-24 13:33 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-24 13:15 [PATCH 1/4] boost: fix upstream version check Alexander Kanavin
2017-04-24 13:15 ` [PATCH 2/4] libproxy: speed up " Alexander Kanavin
2017-04-24 13:15 ` [PATCH 3/4] portmap: remove recipe Alexander Kanavin
2017-04-24 13:15 ` [PATCH 4/4] linux-libc-headers: fix upstream version check Alexander Kanavin
2017-04-24 13:31 ` ✗ patchtest: failure for "boost: fix upstream version ch..." and 3 more Patchwork
2017-04-24 13:32   ` Alexander Kanavin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox