diff options
-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" | ||