summaryrefslogtreecommitdiff
path: root/packages/boost
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2008-10-15 10:56:42 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2008-10-15 21:41:43 +0200
commitaa03004ace2fabb135a6208ef8c2d2b312aa7b0b (patch)
tree422c1d0883e7a5b9fd5ac111f39baf22aceb31a3 /packages/boost
parentf629930ce8c8e4950e46af9bae5b911ca150e7c7 (diff)
[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PR
Allow a distribution to globally bump the PR of every package this is useful when there was a change in the toolchain and every package is going to be different. find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \; find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \; Acked-By: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'packages/boost')
-rw-r--r--packages/boost/boost-36.inc2
-rw-r--r--packages/boost/boost-jam-native.inc2
-rw-r--r--packages/boost/boost.inc2
-rw-r--r--packages/boost/boost_1.33.0.bb2
-rw-r--r--packages/boost/boost_1.33.1.bb2
-rw-r--r--packages/boost/boost_1.34.1.bb2
-rw-r--r--packages/boost/boost_1.36.0.bb2
7 files changed, 7 insertions, 7 deletions
diff --git a/packages/boost/boost-36.inc b/packages/boost/boost-36.inc
index e33190da2c..826ad81299 100644
--- a/packages/boost/boost-36.inc
+++ b/packages/boost/boost-36.inc
@@ -9,7 +9,7 @@ SECTION = "libs"
DEPENDS = "boost-jam-native zlib"
PRIORITY = "optional"
LICENSE = "Boost Software License"
-PR = "r1"
+FILE_PR = "r1"
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/packages/boost/boost-jam-native.inc b/packages/boost/boost-jam-native.inc
index 843f912f46..ab0b1cb06b 100644
--- a/packages/boost/boost-jam-native.inc
+++ b/packages/boost/boost-jam-native.inc
@@ -8,7 +8,7 @@ HOMEPAGE = "http://www.boost.org/"
SECTION = "devel"
PRIORITY = "optional"
LICENSE = "Boost Software License"
-PR = "r0"
+FILE_PR = "r0"
SRC_URI = "${SOURCEFORGE_MIRROR}/boost/boost-jam-${PV}.tgz"
S = "${WORKDIR}/boost-jam-${PV}"
diff --git a/packages/boost/boost.inc b/packages/boost/boost.inc
index 80635b0f9f..f55e1c2b88 100644
--- a/packages/boost/boost.inc
+++ b/packages/boost/boost.inc
@@ -9,7 +9,7 @@ SECTION = "libs"
DEPENDS = "boost-jam-native zlib"
PRIORITY = "optional"
LICENSE = "Boost Software License"
-PR = "r1"
+FILE_PR = "r1"
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/packages/boost/boost_1.33.0.bb b/packages/boost/boost_1.33.0.bb
index 520cf43a8d..75a1915bad 100644
--- a/packages/boost/boost_1.33.0.bb
+++ b/packages/boost/boost_1.33.0.bb
@@ -1,6 +1,6 @@
include boost.inc
-PR = "r1"
+FILE_PR = "r1"
SRC_URI = "${SOURCEFORGE_MIRROR}/boost/${BOOST_P}.tar.bz2"
#SRC_URI += "file://unit_test_log10f.patch;patch=1"
diff --git a/packages/boost/boost_1.33.1.bb b/packages/boost/boost_1.33.1.bb
index 840be8b784..951ac30ba8 100644
--- a/packages/boost/boost_1.33.1.bb
+++ b/packages/boost/boost_1.33.1.bb
@@ -1,6 +1,6 @@
include boost.inc
-PR = "r2"
+FILE_PR = "r2"
SRC_URI = "${SOURCEFORGE_MIRROR}/boost/${BOOST_P}.tar.bz2"
#SRC_URI += "file://unit_test_log10f.patch;patch=1"
diff --git a/packages/boost/boost_1.34.1.bb b/packages/boost/boost_1.34.1.bb
index 7fb691f360..0d95faf738 100644
--- a/packages/boost/boost_1.34.1.bb
+++ b/packages/boost/boost_1.34.1.bb
@@ -10,7 +10,7 @@ LICENSE = "Boost Software License"
DEPENDS = "python boost-jam-native zlib bzip2"
-PR = "r2"
+FILE_PR = "r2"
SRC_URI = "\
${SOURCEFORGE_MIRROR}/boost/${BOOST_P}.tar.bz2 \
diff --git a/packages/boost/boost_1.36.0.bb b/packages/boost/boost_1.36.0.bb
index b5735eddeb..20a8f0ad47 100644
--- a/packages/boost/boost_1.36.0.bb
+++ b/packages/boost/boost_1.36.0.bb
@@ -2,7 +2,7 @@ include boost-36.inc
DEFAULT_PREFERENCE = "-1"
-PR = "r1"
+FILE_PR = "r1"
SRC_URI = "${SOURCEFORGE_MIRROR}/boost/${BOOST_P}.tar.bz2 \
file://arm-intrinsics.patch;patch=1 \