diff options
author | Tom Rini <trini@embeddedalley.com> | 2009-06-19 19:56:18 -0400 |
---|---|---|
committer | Tom Rini <trini@embeddedalley.com> | 2009-06-19 19:56:18 -0400 |
commit | 598ee434efdc895bfdbc004b8e51b5d5707bc6b6 (patch) | |
tree | b77a3b4938fecd19a760145305fb39d51140974d /recipes/gcc/gcc-cross-sdk_4.3.3.bb | |
parent | 793b86cc83d0822d50e65422fd00ce9479129fbe (diff) |
gcc-package-sdk.inc: ${layout_base_bindir} is not the path to where the real binary is.
The binary will always be two levels back, and it will always be in ${bindir}
as that's what we pass to configure, so basename that to find the right
directory name. Bump INC_PR in gcc-canadian-sdk 4.2.4,
gcc-cross-sdk 4.2.4/4.3.3/4.4.0
Diffstat (limited to 'recipes/gcc/gcc-cross-sdk_4.3.3.bb')
-rw-r--r-- | recipes/gcc/gcc-cross-sdk_4.3.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gcc/gcc-cross-sdk_4.3.3.bb b/recipes/gcc/gcc-cross-sdk_4.3.3.bb index 27a7ae0a7f..6be2538cd5 100644 --- a/recipes/gcc/gcc-cross-sdk_4.3.3.bb +++ b/recipes/gcc/gcc-cross-sdk_4.3.3.bb @@ -1,4 +1,4 @@ -PR = "${INC_PR}.1" +PR = "${INC_PR}.2" inherit sdk |