diff options
author | Philip Balister <philip@balister.org> | 2010-03-13 05:36:31 -0500 |
---|---|---|
committer | Philip Balister <philip@balister.org> | 2010-03-13 05:36:31 -0500 |
commit | eea3c6d325f8048c87d9744a6dc0becd82b2957f (patch) | |
tree | ae05eec73b368b956c7712c1e555b28182298402 /recipes/boost | |
parent | 00d64e7b010a2218e6b1bf3bd30abb68caa8f81d (diff) |
boost_1.34.1 : Remove INC_PR. This recipe does not use an include file.
Diffstat (limited to 'recipes/boost')
-rw-r--r-- | recipes/boost/boost_1.34.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/boost/boost_1.34.1.bb b/recipes/boost/boost_1.34.1.bb index 5f351d6ed9..3e1b282b03 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 = "6" SRC_URI = "\ ${SOURCEFORGE_MIRROR}/boost/${BOOST_P}.tar.bz2 \ |