mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 21:32:13 +02:00
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:
committed by
Richard Purdie
parent
0dff4c2d3c
commit
c05b45b54f
@@ -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"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user