boost-jam-native: Add SRC_URI Checksum

(From OE-Core rev: e4a1bfbac41e2fbedecc406f0e8c8b20cd22994d)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Saul Wold
2011-10-04 17:06:34 -07:00
committed by Richard Purdie
parent 0dff4c2d3c
commit c05b45b54f
2 changed files with 5 additions and 1 deletions

View 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"

View 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"