diff options
author | Tom Rini <trini@embeddedalley.com> | 2009-04-03 14:34:10 -0700 |
---|---|---|
committer | Tom Rini <trini@embeddedalley.com> | 2009-04-06 14:33:26 -0700 |
commit | da82d156d7c2503696ea21cba1e86b261f4a7c92 (patch) | |
tree | d6ec93bcc78d99e8546e079483628d439a597a8d /recipes/meta/meta-toolchain-gpe-sbox.bb | |
parent | 439e60b246bcc741e883372f2340fc6ab7af93d3 (diff) |
meta-toolchain, canadian-sdk: Move C++ headers into the correct location, bump PR
A gcc that has sysroot support expects that the default C++ headers
(iostream, etc) are in <toolchain prefix>/include/c++ while regular C headers
are still in <toolchain prefix>/usr/include.
Acked-by: Florian Boor <florian.boor@kernelconcepts.de>
Acked-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Tom Rini <trini@embeddedalley.com>
Diffstat (limited to 'recipes/meta/meta-toolchain-gpe-sbox.bb')
-rw-r--r-- | recipes/meta/meta-toolchain-gpe-sbox.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/meta/meta-toolchain-gpe-sbox.bb b/recipes/meta/meta-toolchain-gpe-sbox.bb index 74ba03825f..29e39c541c 100644 --- a/recipes/meta/meta-toolchain-gpe-sbox.bb +++ b/recipes/meta/meta-toolchain-gpe-sbox.bb @@ -1,3 +1,4 @@ +PR = "r1" TOOLCHAIN_TARGET_TASK = "\ task-sdk-base \ task-sdk-sbox \ @@ -9,4 +10,4 @@ TOOLCHAIN_TARGET_TASK = "\ require meta-toolchain.bb -SDK_SUFFIX = "toolchain-gpe-sbox"
\ No newline at end of file +SDK_SUFFIX = "toolchain-gpe-sbox" |