diff options
author | Tom Rini <trini@embeddedalley.com> | 2009-06-19 20:20:31 -0400 |
---|---|---|
committer | Tom Rini <trini@embeddedalley.com> | 2009-06-19 20:20:31 -0400 |
commit | 867b91643b7fa61cc7d66d414c91ddff528cfa5b (patch) | |
tree | 4184e883669dee43437b184f1fddb3994eae6e55 /recipes/binutils/binutils_2.14.90.0.7.bb | |
parent | e0f4953d78ace0e95a23bf75dfea19f7be9a594a (diff) |
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.bb | 3 |
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" |