diff options
author | Tom Rini <trini@embeddedalley.com> | 2009-06-19 19:46:55 -0400 |
---|---|---|
committer | Tom Rini <trini@embeddedalley.com> | 2009-06-19 19:46:55 -0400 |
commit | 8d1f74b25a01325f3621fae6cca55aafb4ed09e5 (patch) | |
tree | 6444db812bb4cc78f9f0427f42ede5c3763acbe2 /recipes/gcc/gcc_4.1.1.bb | |
parent | 82ca98eff84d6350b323fecfe8e93f6255c10a40 (diff) |
gcc-4.1.1: Switch to INC_PR
Diffstat (limited to 'recipes/gcc/gcc_4.1.1.bb')
-rw-r--r-- | recipes/gcc/gcc_4.1.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gcc/gcc_4.1.1.bb b/recipes/gcc/gcc_4.1.1.bb index 3d202f9930..fdafce2474 100644 --- a/recipes/gcc/gcc_4.1.1.bb +++ b/recipes/gcc/gcc_4.1.1.bb @@ -1,4 +1,4 @@ -PR = "r23" +PR = "${INC_PR}.1" require gcc-${PV}.inc require gcc-configure-target.inc |