aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/boost
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2010-01-23 18:41:22 +0100
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2010-01-23 18:41:22 +0100
commit351e854b42df1a573c0eca6ad6535b9f4e350cbe (patch)
tree6278683705eb724e879f2f47da9594923d7ccc59 /recipes/boost
parent6a4849ee0e177590dbc34814859e7b0d88252ef5 (diff)
downloadopenembedded-351e854b42df1a573c0eca6ad6535b9f4e350cbe.tar.gz
boost: move to INC_PR
Diffstat (limited to 'recipes/boost')
-rw-r--r--recipes/boost/boost-14x.inc2
-rw-r--r--recipes/boost/boost-36.inc2
-rw-r--r--recipes/boost/boost-jam-native.inc2
-rw-r--r--recipes/boost/boost-jam-native_3.1.11.bb2
-rw-r--r--recipes/boost/boost-jam-native_3.1.16.bb2
-rw-r--r--recipes/boost/boost.inc2
-rw-r--r--recipes/boost/boost_1.33.1.bb2
-rw-r--r--recipes/boost/boost_1.34.1.bb3
-rw-r--r--recipes/boost/boost_1.36.0.bb2
-rw-r--r--recipes/boost/boost_1.40.0.bb2
-rw-r--r--recipes/boost/boost_1.41.0.bb2
11 files changed, 13 insertions, 10 deletions
diff --git a/recipes/boost/boost-14x.inc b/recipes/boost/boost-14x.inc
index 0a530013e2..f5facee151 100644
--- a/recipes/boost/boost-14x.inc
+++ b/recipes/boost/boost-14x.inc
@@ -9,7 +9,7 @@ SECTION = "libs"
DEPENDS = "zlib bzip2 python expat"
PRIORITY = "optional"
LICENSE = "Boost Software License"
-PR = "r0"
+INC_PR = "r8"
ARM_INSTRUCTION_SET = "arm"
BOOST_VER = "${@"_".join(bb.data.getVar("PV",d,1).split("."))}"
diff --git a/recipes/boost/boost-36.inc b/recipes/boost/boost-36.inc
index 1200e9a5a6..cac9f91b98 100644
--- a/recipes/boost/boost-36.inc
+++ b/recipes/boost/boost-36.inc
@@ -9,7 +9,7 @@ SECTION = "libs"
DEPENDS = "boost-jam-native zlib"
PRIORITY = "optional"
LICENSE = "Boost Software License"
-PR = "r3"
+INC_PR = "r8"
ARM_INSTRUCTION_SET = "arm"
BOOST_VER = "${@"_".join(bb.data.getVar("PV",d,1).split("."))}"
diff --git a/recipes/boost/boost-jam-native.inc b/recipes/boost/boost-jam-native.inc
index 843f912f46..04ac442e9c 100644
--- a/recipes/boost/boost-jam-native.inc
+++ b/recipes/boost/boost-jam-native.inc
@@ -8,7 +8,7 @@ HOMEPAGE = "http://www.boost.org/"
SECTION = "devel"
PRIORITY = "optional"
LICENSE = "Boost Software License"
-PR = "r0"
+INC_PR = "r8"
SRC_URI = "${SOURCEFORGE_MIRROR}/boost/boost-jam-${PV}.tgz"
S = "${WORKDIR}/boost-jam-${PV}"
diff --git a/recipes/boost/boost-jam-native_3.1.11.bb b/recipes/boost/boost-jam-native_3.1.11.bb
index 2e92146a83..15e23f4f78 100644
--- a/recipes/boost/boost-jam-native_3.1.11.bb
+++ b/recipes/boost/boost-jam-native_3.1.11.bb
@@ -1,4 +1,6 @@
include boost-jam-native.inc
+PR = "{INC_PR}.1"
+
SRC_URI = "${SOURCEFORGE_MIRROR}/boost/boost-jam-${PV}.tgz"
diff --git a/recipes/boost/boost-jam-native_3.1.16.bb b/recipes/boost/boost-jam-native_3.1.16.bb
index 2e92146a83..15e23f4f78 100644
--- a/recipes/boost/boost-jam-native_3.1.16.bb
+++ b/recipes/boost/boost-jam-native_3.1.16.bb
@@ -1,4 +1,6 @@
include boost-jam-native.inc
+PR = "{INC_PR}.1"
+
SRC_URI = "${SOURCEFORGE_MIRROR}/boost/boost-jam-${PV}.tgz"
diff --git a/recipes/boost/boost.inc b/recipes/boost/boost.inc
index 8b38a5eba1..fc31ce694a 100644
--- a/recipes/boost/boost.inc
+++ b/recipes/boost/boost.inc
@@ -9,7 +9,7 @@ SECTION = "libs"
DEPENDS = "boost-jam-native zlib"
PRIORITY = "optional"
LICENSE = "Boost Software License"
-PR = "r1"
+INC_PR = "r8"
BOOST_VER = "${@"_".join(bb.data.getVar("PV",d,1).split("."))}"
BOOST_MAJ = "${@"_".join(bb.data.getVar("PV",d,1).split(".")[0:2])}"
diff --git a/recipes/boost/boost_1.33.1.bb b/recipes/boost/boost_1.33.1.bb
index 689c681323..e8a1e76fee 100644
--- a/recipes/boost/boost_1.33.1.bb
+++ b/recipes/boost/boost_1.33.1.bb
@@ -1,5 +1,5 @@
include boost.inc
-PR = "r5"
+PR = "{INC_PR}.1"
SRC_URI = "\
${SOURCEFORGE_MIRROR}/boost/${BOOST_P}.tar.bz2 \
diff --git a/recipes/boost/boost_1.34.1.bb b/recipes/boost/boost_1.34.1.bb
index fbfc97cd71..9848d337cc 100644
--- a/recipes/boost/boost_1.34.1.bb
+++ b/recipes/boost/boost_1.34.1.bb
@@ -7,10 +7,9 @@ HOMEPAGE = "http://www.boost.org/"
SECTION = "libs"
PRIORITY = "optional"
LICENSE = "Boost Software License"
-
DEPENDS = "python boost-jam-native zlib bzip2"
-PR = "r4"
+PR = "{INC_PR}.1"
SRC_URI = "\
${SOURCEFORGE_MIRROR}/boost/${BOOST_P}.tar.bz2 \
diff --git a/recipes/boost/boost_1.36.0.bb b/recipes/boost/boost_1.36.0.bb
index f4fad8ced4..ab6c642983 100644
--- a/recipes/boost/boost_1.36.0.bb
+++ b/recipes/boost/boost_1.36.0.bb
@@ -1,6 +1,6 @@
include boost-36.inc
-PR = "r8"
+PR = "{INC_PR}.1"
SRC_URI = "${SOURCEFORGE_MIRROR}/boost/${BOOST_P}.tar.bz2 \
file://arm-intrinsics.patch;patch=1 \
diff --git a/recipes/boost/boost_1.40.0.bb b/recipes/boost/boost_1.40.0.bb
index 5db3b4a301..ee12e93773 100644
--- a/recipes/boost/boost_1.40.0.bb
+++ b/recipes/boost/boost_1.40.0.bb
@@ -1,6 +1,6 @@
require boost-14x.inc
-PR = "r0"
+PR = "{INC_PR}.1"
SRC_URI = "http://sodium.resophonic.com/boost-cmake/1.40.0.cmake2/boost-1.40.0.cmake2.tar.gz \
file://uclibc.patch;patch=1 \
diff --git a/recipes/boost/boost_1.41.0.bb b/recipes/boost/boost_1.41.0.bb
index a4c9287f79..0289234029 100644
--- a/recipes/boost/boost_1.41.0.bb
+++ b/recipes/boost/boost_1.41.0.bb
@@ -1,6 +1,6 @@
require boost-14x.inc
-PR = "r0"
+PR = "{INC_PR}.1"
SRC_URI = "http://sodium.resophonic.com/boost-cmake/1.41.0.cmake0/boost-1.41.0.cmake0.tar.gz;name=tarball \
file://1.41.0_uclibc.patch;patch=1 \