aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/binutils/binutils_2.14.90.0.7.bb
diff options
context:
space:
mode:
authorTom Rini <trini@embeddedalley.com>2009-06-19 20:20:31 -0400
committerTom Rini <trini@embeddedalley.com>2009-06-19 20:20:31 -0400
commit867b91643b7fa61cc7d66d414c91ddff528cfa5b (patch)
tree4184e883669dee43437b184f1fddb3994eae6e55 /recipes/binutils/binutils_2.14.90.0.7.bb
parente0f4953d78ace0e95a23bf75dfea19f7be9a594a (diff)
downloadopenembedded-867b91643b7fa61cc7d66d414c91ddff528cfa5b.tar.gz
binutils-2.14.90.0.7: Switch to INC_PR
Diffstat (limited to 'recipes/binutils/binutils_2.14.90.0.7.bb')
-rw-r--r--recipes/binutils/binutils_2.14.90.0.7.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/binutils/binutils_2.14.90.0.7.bb b/recipes/binutils/binutils_2.14.90.0.7.bb
index 3447c4fea8..0d74328649 100644
--- a/recipes/binutils/binutils_2.14.90.0.7.bb
+++ b/recipes/binutils/binutils_2.14.90.0.7.bb
@@ -5,7 +5,8 @@ inherit autotools gettext
DESCRIPTION = "A GNU collection of binary utilities"
HOMEPAGE = "http://www.gnu.org/software/binutils/"
LICENSE = "GPL"
-PR = "r6"
+INC_PR = "r6"
+PR = "${INC_PR}.1"
PACKAGES = "${PN} ${PN}-dev ${PN}-doc ${PN}-symlinks"