diff options
author | Tom Rini <trini@embeddedalley.com> | 2009-04-07 16:22:07 -0700 |
---|---|---|
committer | Tom Rini <trini@embeddedalley.com> | 2009-04-07 16:22:07 -0700 |
commit | ae48ce485442fa2c1a7d0552bf6b4ea10fe692cf (patch) | |
tree | 3455ecc629509c99c853eadc5a41e12be80d2790 /recipes/gcc/gcc-canadian-sdk_4.2.4.bb | |
parent | ec31872ec8e83079e983869504eef39fa98a4233 (diff) |
gcc-canadian-sdk: Fix C++ relocation, add SYSROOT, use SDK_REALPATH_MINGW, bump PR.
Diffstat (limited to 'recipes/gcc/gcc-canadian-sdk_4.2.4.bb')
-rw-r--r-- | recipes/gcc/gcc-canadian-sdk_4.2.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gcc/gcc-canadian-sdk_4.2.4.bb b/recipes/gcc/gcc-canadian-sdk_4.2.4.bb index ae3245bf7f..d78ab75c81 100644 --- a/recipes/gcc/gcc-canadian-sdk_4.2.4.bb +++ b/recipes/gcc/gcc-canadian-sdk_4.2.4.bb @@ -1,6 +1,6 @@ inherit canadian-sdk -PR = "r1" +PR = "r2" FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/gcc-${PV}" |