[OE-core] [PATCH 13/13] boost: fix upstream version check

Alexander Kanavin alexander.kanavin at linux.intel.com
Tue Nov 1 15:25:20 UTC 2016


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

diff --git a/meta/recipes-support/boost/boost-1.62.0.inc b/meta/recipes-support/boost/boost-1.62.0.inc
index cd99b0e..1e555e1 100644
--- a/meta/recipes-support/boost/boost-1.62.0.inc
+++ b/meta/recipes-support/boost/boost-1.62.0.inc
@@ -16,6 +16,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/project/boost/boost/${PV}/${BOOST_P}.tar.bz2"
 SRC_URI[md5sum] = "5fb94629535c19e48703bdb2b2e9490f"
 SRC_URI[sha256sum] = "36c96b0f6155c98404091d8ceb48319a28279ca0333fba1ad8611eb90afb2ca0"
 
+UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/boost/files/"
+
 PR = "r1"
 
 S = "${WORKDIR}/${BOOST_P}"
-- 
2.10.1




More information about the Openembedded-core mailing list