diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-10-04 17:06:34 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-06 22:58:09 +0100 |
commit | e4a1bfbac41e2fbedecc406f0e8c8b20cd22994d (patch) | |
tree | a7bac8d66e87acba85d95b5ffab4f7bca7138c95 | |
parent | d60acd1d3abca20edb9e542de59630ff49100b0c (diff) | |
download | openembedded-core-e4a1bfbac41e2fbedecc406f0e8c8b20cd22994d.tar.gz openembedded-core-e4a1bfbac41e2fbedecc406f0e8c8b20cd22994d.tar.bz2 openembedded-core-e4a1bfbac41e2fbedecc406f0e8c8b20cd22994d.zip |
boost-jam-native: Add SRC_URI Checksum
Signed-off-by: Saul Wold <sgw@linux.intel.com>
-rw-r--r-- | meta/recipes-support/boost/boost-jam-native.inc | 2 | ||||
-rw-r--r-- | meta/recipes-support/boost/boost-jam-native_3.1.18.bb | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/meta/recipes-support/boost/boost-jam-native.inc b/meta/recipes-support/boost/boost-jam-native.inc index e6b2529858..c5a9d99b9b 100644 --- a/meta/recipes-support/boost/boost-jam-native.inc +++ b/meta/recipes-support/boost/boost-jam-native.inc @@ -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" diff --git a/meta/recipes-support/boost/boost-jam-native_3.1.18.bb b/meta/recipes-support/boost/boost-jam-native_3.1.18.bb index 2e92146a83..7a0b1a8699 100644 --- a/meta/recipes-support/boost/boost-jam-native_3.1.18.bb +++ b/meta/recipes-support/boost/boost-jam-native_3.1.18.bb @@ -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" |