diff options
author | Tom Rini <trini@embeddedalley.com> | 2009-06-19 20:21:28 -0400 |
---|---|---|
committer | Tom Rini <trini@embeddedalley.com> | 2009-06-19 20:21:28 -0400 |
commit | 5d1ef2932748b14cc0b23e9064538beaf9d789fb (patch) | |
tree | e9b268e707788f4c0581d9304fa4e3ccf8b8d383 /recipes/binutils/binutils_2.19.51.0.3.bb | |
parent | 4b69ea8dbccf5e5a1c102e1e4078ae5601a9b94f (diff) |
binutils-2.19.51.0.3: Switch to INC_PR
Diffstat (limited to 'recipes/binutils/binutils_2.19.51.0.3.bb')
-rw-r--r-- | recipes/binutils/binutils_2.19.51.0.3.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/binutils/binutils_2.19.51.0.3.bb b/recipes/binutils/binutils_2.19.51.0.3.bb index 698ba2bc22..cf208b2ea9 100644 --- a/recipes/binutils/binutils_2.19.51.0.3.bb +++ b/recipes/binutils/binutils_2.19.51.0.3.bb @@ -1,4 +1,5 @@ -PR = "r1" +INC_PR = "r1" +PR = "${INC_PR}.1" require binutils.inc LICENSE = "GPLv3" |