diff options
| author | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2011-09-21 22:40:02 +0400 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-30 16:37:48 +0000 |
| commit | 3a8590f1059e400ca6136241c19f9acca9e62bf7 (patch) | |
| tree | cad3500c8fd3cbf9189429a3e8c5ab2a91ffb626 /meta | |
| parent | 3571525ab881155380a8cec8208c0666881f1aa6 (diff) | |
| download | poky-3a8590f1059e400ca6136241c19f9acca9e62bf7.tar.gz | |
gcc: include plugin-related headers into packaged SDK
Include headers necessary to compile gcc plugins into cross-canadian gcc
packages.
(From OE-Core rev: d12aa92b3dac1109d510e7b6f74055d1ab927817)
(From OE-Core rev: 51c96c98fca5a4a51cb38a6442ab9b4a03938721)
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/recipes-devtools/gcc/gcc-4.5.1.inc | 2 | ||||
| -rw-r--r-- | meta/recipes-devtools/gcc/gcc-4.6.inc | 2 | ||||
| -rw-r--r-- | meta/recipes-devtools/gcc/gcc-package-sdk.inc | 1 |
3 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.5.1.inc b/meta/recipes-devtools/gcc/gcc-4.5.1.inc index f2991f286c..90824bdf78 100644 --- a/meta/recipes-devtools/gcc/gcc-4.5.1.inc +++ b/meta/recipes-devtools/gcc/gcc-4.5.1.inc | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | require gcc-common.inc | 1 | require gcc-common.inc |
| 2 | 2 | ||
| 3 | PR = "r9" | 3 | PR = "r10" |
| 4 | 4 | ||
| 5 | DEPENDS =+ "mpfr gmp libmpc elfutils" | 5 | DEPENDS =+ "mpfr gmp libmpc elfutils" |
| 6 | NATIVEDEPS = "mpfr-native gmp-native gettext-native libmpc-native elfutils-native" | 6 | NATIVEDEPS = "mpfr-native gmp-native gettext-native libmpc-native elfutils-native" |
diff --git a/meta/recipes-devtools/gcc/gcc-4.6.inc b/meta/recipes-devtools/gcc/gcc-4.6.inc index f7bcf30f1b..ee42fa74e5 100644 --- a/meta/recipes-devtools/gcc/gcc-4.6.inc +++ b/meta/recipes-devtools/gcc/gcc-4.6.inc | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | require gcc-common.inc | 1 | require gcc-common.inc |
| 2 | 2 | ||
| 3 | PR = "r10" | 3 | PR = "r11" |
| 4 | 4 | ||
| 5 | # Third digit in PV should be incremented after a minor release | 5 | # Third digit in PV should be incremented after a minor release |
| 6 | # happens from this branch on gcc e.g. currently its 4.6.0 | 6 | # happens from this branch on gcc e.g. currently its 4.6.0 |
diff --git a/meta/recipes-devtools/gcc/gcc-package-sdk.inc b/meta/recipes-devtools/gcc/gcc-package-sdk.inc index 7db7c52eff..8dd4ef7d3a 100644 --- a/meta/recipes-devtools/gcc/gcc-package-sdk.inc +++ b/meta/recipes-devtools/gcc/gcc-package-sdk.inc | |||
| @@ -13,6 +13,7 @@ FILES_${PN} = "\ | |||
| 13 | ${gcclibdir}/${TARGET_SYS}/${BINV}/lib* \ | 13 | ${gcclibdir}/${TARGET_SYS}/${BINV}/lib* \ |
| 14 | ${gcclibdir}/${TARGET_SYS}/${BINV}/include \ | 14 | ${gcclibdir}/${TARGET_SYS}/${BINV}/include \ |
| 15 | ${gcclibdir}/${TARGET_SYS}/${BINV}/include-fixed \ | 15 | ${gcclibdir}/${TARGET_SYS}/${BINV}/include-fixed \ |
| 16 | ${gcclibdir}/${TARGET_SYS}/${BINV}/plugin/include/ \ | ||
| 16 | ${includedir}/c++/${BINV} \ | 17 | ${includedir}/c++/${BINV} \ |
| 17 | ${prefix}/${TARGET_SYS}/bin/* \ | 18 | ${prefix}/${TARGET_SYS}/bin/* \ |
| 18 | ${prefix}/${TARGET_SYS}/lib/* \ | 19 | ${prefix}/${TARGET_SYS}/lib/* \ |
