From c0b6dd9b41279ff00c5a90e49108945a0fee9cdd Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Wed, 15 Oct 2008 10:56:42 +0200 Subject: bb files: Revert the introduction of FILE_PR This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The approach that was taken leads to disagreement and the change was pushed too early. DISTRO_PR is going to say and will be used inside the package creation. There will be more disucssion on the list about where to continue from here. --- packages/boost/boost-36.inc | 2 +- packages/boost/boost-jam-native.inc | 2 +- packages/boost/boost.inc | 2 +- packages/boost/boost_1.33.0.bb | 2 +- packages/boost/boost_1.33.1.bb | 2 +- packages/boost/boost_1.34.1.bb | 2 +- packages/boost/boost_1.36.0.bb | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to 'packages/boost') diff --git a/packages/boost/boost-36.inc b/packages/boost/boost-36.inc index 3ccb66f4b6..0ad71ca9d6 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" -FILE_PR = "r1" +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 ab0b1cb06b..843f912f46 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" -FILE_PR = "r0" +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 f55e1c2b88..80635b0f9f 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" -FILE_PR = "r1" +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 75a1915bad..520cf43a8d 100644 --- a/packages/boost/boost_1.33.0.bb +++ b/packages/boost/boost_1.33.0.bb @@ -1,6 +1,6 @@ include boost.inc -FILE_PR = "r1" +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 951ac30ba8..840be8b784 100644 --- a/packages/boost/boost_1.33.1.bb +++ b/packages/boost/boost_1.33.1.bb @@ -1,6 +1,6 @@ include boost.inc -FILE_PR = "r2" +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 0d95faf738..7fb691f360 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" -FILE_PR = "r2" +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 17fddb06b4..697267dce1 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" -FILE_PR = "r3" +PR = "r3" SRC_URI = "${SOURCEFORGE_MIRROR}/boost/${BOOST_P}.tar.bz2 \ file://arm-intrinsics.patch;patch=1 \ -- cgit v1.2.3