]> code.ossystems Code Review - openembedded-core.git/commitdiff
boost-jam-native: Add SRC_URI Checksum
authorSaul Wold <sgw@linux.intel.com>
Wed, 5 Oct 2011 00:06:34 +0000 (17:06 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 6 Oct 2011 21:58:09 +0000 (22:58 +0100)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-support/boost/boost-jam-native.inc
meta/recipes-support/boost/boost-jam-native_3.1.18.bb

index e6b2529858a1faf9af4a5ffba4caeaa65162012c..c5a9d99b9bcd1a9ca5943c3727ab705fcabf130f 100644 (file)
@@ -7,7 +7,7 @@ DESCRIPTION = "Make system for boost (native)"
 HOMEPAGE = "http://www.boost.org/"
 SECTION = "devel"
 LICENSE = "Boost"
-PR = "r0"
+INC_PR = "r1"
 
 LIC_FILES_CHKSUM = "file://LICENSE_1_0.txt;md5=e4224ccaecb14d942c71d31bef20d78c"
 
index 2e92146a833596a1668ba56ba7ccfdbd1facf7eb..7a0b1a869971d3ac9fca57c3c22f23416d6f2af4 100644 (file)
@@ -1,4 +1,8 @@
 include boost-jam-native.inc
 
+PR = "${INC_PR}.0"
+
 SRC_URI = "${SOURCEFORGE_MIRROR}/boost/boost-jam-${PV}.tgz"
 
+SRC_URI[md5sum] = "f790e022d658db38db5cc4aeeccad3f1"
+SRC_URI[sha256sum] = "85dbb72c29837ba89cb5408782c82459b34fdecaedea8b54ce1cb3cb9990121a"