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-07 11:35:48 +0100 |
commit | c05b45b54f81824c7766ae2886ef81e417c9b66e (patch) | |
tree | a6c4fd30410992f5e6244928909973f423fbadba | |
parent | 0dff4c2d3c3a1d6da4704fc63cb6c1671eba24f6 (diff) | |
download | poky-c05b45b54f81824c7766ae2886ef81e417c9b66e.tar.gz |
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>
-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)" | |||
7 | HOMEPAGE = "http://www.boost.org/" | 7 | HOMEPAGE = "http://www.boost.org/" |
8 | SECTION = "devel" | 8 | SECTION = "devel" |
9 | LICENSE = "Boost" | 9 | LICENSE = "Boost" |
10 | PR = "r0" | 10 | INC_PR = "r1" |
11 | 11 | ||
12 | LIC_FILES_CHKSUM = "file://LICENSE_1_0.txt;md5=e4224ccaecb14d942c71d31bef20d78c" | 12 | LIC_FILES_CHKSUM = "file://LICENSE_1_0.txt;md5=e4224ccaecb14d942c71d31bef20d78c" |
13 | 13 | ||
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 @@ | |||
1 | include boost-jam-native.inc | 1 | include boost-jam-native.inc |
2 | 2 | ||
3 | PR = "${INC_PR}.0" | ||
4 | |||
3 | SRC_URI = "${SOURCEFORGE_MIRROR}/boost/boost-jam-${PV}.tgz" | 5 | SRC_URI = "${SOURCEFORGE_MIRROR}/boost/boost-jam-${PV}.tgz" |
4 | 6 | ||
7 | SRC_URI[md5sum] = "f790e022d658db38db5cc4aeeccad3f1" | ||
8 | SRC_URI[sha256sum] = "85dbb72c29837ba89cb5408782c82459b34fdecaedea8b54ce1cb3cb9990121a" | ||