diff options
author | Tom Rini <trini@embeddedalley.com> | 2009-06-19 19:55:22 -0400 |
---|---|---|
committer | Tom Rini <trini@embeddedalley.com> | 2009-06-19 19:55:22 -0400 |
commit | 793b86cc83d0822d50e65422fd00ce9479129fbe (patch) | |
tree | 95785e28437e118e023550bdb2c59c0f37bc56be /recipes/gcc/gcc_4.4.0.bb | |
parent | 9ee3d21325e571f27b7248370f58eaaaf405e070 (diff) |
gcc-4.4.0: Switch to INC_PR
Diffstat (limited to 'recipes/gcc/gcc_4.4.0.bb')
-rw-r--r-- | recipes/gcc/gcc_4.4.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gcc/gcc_4.4.0.bb b/recipes/gcc/gcc_4.4.0.bb index 6ac2b58305..9773205c52 100644 --- a/recipes/gcc/gcc_4.4.0.bb +++ b/recipes/gcc/gcc_4.4.0.bb @@ -1,7 +1,7 @@ require gcc-${PV}.inc require gcc-configure-target.inc require gcc-package-target.inc -PR = "r0" +PR = "${INC_PR}.1" # GCC 4.4.0 installs crt* in a '4.4.0' dir.... FILES_${PN} += "\ |