aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/binutils/binutils_2.14.90.0.6.bb
diff options
context:
space:
mode:
authorTom Rini <trini@embeddedalley.com>2009-06-19 20:20:23 -0400
committerTom Rini <trini@embeddedalley.com>2009-06-19 20:20:23 -0400
commite0f4953d78ace0e95a23bf75dfea19f7be9a594a (patch)
tree2f47f2b5e614d9fbd28d4c21892cb1c84b81f374 /recipes/binutils/binutils_2.14.90.0.6.bb
parentc528566fbc35002b4eeaf9e57705d4958bb25698 (diff)
downloadopenembedded-e0f4953d78ace0e95a23bf75dfea19f7be9a594a.tar.gz
binutils-2.14.90.0.6: Switch to INC_PR
Diffstat (limited to 'recipes/binutils/binutils_2.14.90.0.6.bb')
-rw-r--r--recipes/binutils/binutils_2.14.90.0.6.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/binutils/binutils_2.14.90.0.6.bb b/recipes/binutils/binutils_2.14.90.0.6.bb
index e3ab895446..ed12244bf9 100644
--- a/recipes/binutils/binutils_2.14.90.0.6.bb
+++ b/recipes/binutils/binutils_2.14.90.0.6.bb
@@ -2,7 +2,8 @@ SECTION = "devel"
LICENSE = "GPL"
inherit autotools gettext
-PR = "r5"
+INC_PR = "r5"
+PR = "${INC_PR}.1"
DESCRIPTION = "A GNU collection of binary utilities"
HOMEPAGE = "http://www.gnu.org/software/binutils/"