diff options
author | Tom Rini <trini@embeddedalley.com> | 2009-06-19 20:20:52 -0400 |
---|---|---|
committer | Tom Rini <trini@embeddedalley.com> | 2009-06-19 20:20:52 -0400 |
commit | 467626ffc8de48360cb49bbbc8f1f4ffc95e143b (patch) | |
tree | f0ce00813eb46de0d81425a903e63ace146cb6ab /recipes/binutils/binutils_2.16.91.0.7.bb | |
parent | 90515bc834a967b5056204531d08f65775ba4351 (diff) |
binutils-2.16.91.0.7: Switch to INC_PR
Diffstat (limited to 'recipes/binutils/binutils_2.16.91.0.7.bb')
-rw-r--r-- | recipes/binutils/binutils_2.16.91.0.7.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/binutils/binutils_2.16.91.0.7.bb b/recipes/binutils/binutils_2.16.91.0.7.bb index 76c128583d..0fb1996ced 100644 --- a/recipes/binutils/binutils_2.16.91.0.7.bb +++ b/recipes/binutils/binutils_2.16.91.0.7.bb @@ -3,7 +3,8 @@ HOMEPAGE = "http://www.gnu.org/software/binutils/" SECTION = "devel" LICENSE = "GPL" DEFAULT_PREFERENCE = "-1" -PR = "r2" +INC_PR = "r5" +PR = "${INC_PR}.1" inherit autotools gettext |