diff options
author | Tom Rini <trini@embeddedalley.com> | 2009-04-30 08:53:28 -0700 |
---|---|---|
committer | Tom Rini <trini@embeddedalley.com> | 2009-04-30 09:16:39 -0700 |
commit | 73a5d9a06fabdede79c82e315894341b415ec3b1 (patch) | |
tree | bb44cec99fcc363e966dde02d55e09cb92cdefa2 /recipes/gcc/gcc-canadian-sdk_4.2.4.bb | |
parent | 3628be8901b747558b219d55b370a1f20e1dce5f (diff) |
gcc (various): Drop incomplete LDFLAGS patch and really honor them, 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 d78ab75c81..8859a47331 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 = "r2" +PR = "r3" FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/gcc-${PV}" |