[oe-commits] Philip Balister : boost : Fix typo introduced when recipes converted to INC_PR.

git version control git at git.openembedded.org
Mon Jan 25 15:35:39 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 62638bf0c0d64d325b804145192801c74361f7df
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=62638bf0c0d64d325b804145192801c74361f7df

Author: Philip Balister <philip at balister.org>
Date:   Mon Jan 25 10:34:38 2010 -0500

boost : Fix typo introduced when recipes converted to INC_PR.

---

 recipes/boost/boost-jam-native_3.1.11.bb |    2 +-
 recipes/boost/boost-jam-native_3.1.16.bb |    2 +-
 recipes/boost/boost_1.33.1.bb            |    2 +-
 recipes/boost/boost_1.34.1.bb            |    2 +-
 recipes/boost/boost_1.36.0.bb            |    2 +-
 recipes/boost/boost_1.40.0.bb            |    2 +-
 recipes/boost/boost_1.41.0.bb            |    2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/recipes/boost/boost-jam-native_3.1.11.bb b/recipes/boost/boost-jam-native_3.1.11.bb
index 15e23f4..0da2d74 100644
--- a/recipes/boost/boost-jam-native_3.1.11.bb
+++ b/recipes/boost/boost-jam-native_3.1.11.bb
@@ -1,6 +1,6 @@
 include boost-jam-native.inc
 
-PR = "{INC_PR}.1"
+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 15e23f4..0da2d74 100644
--- a/recipes/boost/boost-jam-native_3.1.16.bb
+++ b/recipes/boost/boost-jam-native_3.1.16.bb
@@ -1,6 +1,6 @@
 include boost-jam-native.inc
 
-PR = "{INC_PR}.1"
+PR = "${INC_PR}.1"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/boost/boost-jam-${PV}.tgz"
 
diff --git a/recipes/boost/boost_1.33.1.bb b/recipes/boost/boost_1.33.1.bb
index e8a1e76..56c0047 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 = "{INC_PR}.1"
+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 9848d33..5f351d6 100644
--- a/recipes/boost/boost_1.34.1.bb
+++ b/recipes/boost/boost_1.34.1.bb
@@ -9,7 +9,7 @@ PRIORITY = "optional"
 LICENSE = "Boost Software License"
 DEPENDS = "python boost-jam-native zlib bzip2"
 
-PR = "{INC_PR}.1"
+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 ab6c642..e052240 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 = "{INC_PR}.1"
+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 ee12e93..8738acd 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 = "{INC_PR}.1"
+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 0289234..1300894 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 = "{INC_PR}.1"
+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 \





More information about the Openembedded-commits mailing list