diff options
| author | Lianhao Lu <lianhao.lu@intel.com> | 2011-01-12 10:05:18 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-01-12 11:17:47 +0000 |
| commit | f5a1f1d7f0b51d0936edd74def07f07a2342ad17 (patch) | |
| tree | 096ee7b4d05a154573a04f8cadead4696e3878f7 /meta/recipes-core | |
| parent | 060a9d090b7b9219df88ca0439abde4e46cb6c2a (diff) | |
| download | poky-f5a1f1d7f0b51d0936edd74def07f07a2342ad17.tar.gz | |
meta-environment: Remove c++ include dir from CXXFLAGS.
[BUGID #651]. c++ include dir is no longer needed in the environment
files due to commit f13cb20.
Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
Diffstat (limited to 'meta/recipes-core')
| -rw-r--r-- | meta/recipes-core/meta/meta-environment.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/recipes-core/meta/meta-environment.bb b/meta/recipes-core/meta/meta-environment.bb index da8d6612c9..e5a63141cc 100644 --- a/meta/recipes-core/meta/meta-environment.bb +++ b/meta/recipes-core/meta/meta-environment.bb | |||
| @@ -2,7 +2,7 @@ DESCRIPTION = "Packge of environment files for SDK" | |||
| 2 | LIC_FILES_CHKSUM = "file://${POKYBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ | 2 | LIC_FILES_CHKSUM = "file://${POKYBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ |
| 3 | file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 3 | file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
| 4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
| 5 | PR = "r0" | 5 | PR = "r1" |
| 6 | 6 | ||
| 7 | EXCLUDE_FROM_WORLD = "1" | 7 | EXCLUDE_FROM_WORLD = "1" |
| 8 | 8 | ||
| @@ -16,8 +16,6 @@ SDKTARGETSYSROOT = "${SDKPATH}/sysroots/${TARGET_SYS}" | |||
| 16 | 16 | ||
| 17 | inherit cross-canadian | 17 | inherit cross-canadian |
| 18 | 18 | ||
| 19 | GXX_INCLUDEDIR := "${target_includedir}/c++" | ||
| 20 | |||
| 21 | do_generate_content[nostamp] = "1" | 19 | do_generate_content[nostamp] = "1" |
| 22 | do_generate_content() { | 20 | do_generate_content() { |
| 23 | 21 | ||
