crosswalk: fix build on ARM 95/44295/2
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>
Tue, 14 Jul 2015 17:19:24 +0000 (17:19 +0000)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Mon, 20 Jul 2015 20:07:49 +0000 (20:07 +0000)
commit725104d4c9a7bb5e8cfc251762a4eb89c7ad0ee7
tree45395fe41e24f57ccbba13f0c9e8017ca7f2e54e
parentf2dd69f7d7c4b921c20dcfb6b0daa43c52d20c8b
crosswalk: fix build on ARM

Import build changes from Leon Anavi <leon.anavi@konsulko.com>
git tree, in order to fix crosswalk builds on Tizen.

What happens here is that the crosswalk target does lots of
things out of their business, like trying to enforce a certain
name for gcc and hardcoding patches at the toolchain.

It is up to bitbake toolchain to come with the proper tools
to build the target. Whatever those tools are named, the
target should build.

While here, remove bad spaces from those recipes.

Change-Id: I86df8dd7ebaebb20dd0ac9674ce9ca6ab3102e42
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
19 files changed:
meta-tizen-common-share/recipes-crosswalk/crosswalk/crosswalk-extraconf.inc
meta-tizen-common-share/recipes-crosswalk/crosswalk/crosswalk-thirdparty-extraconf.inc
meta-tizen-common-share/recipes-crosswalk/crosswalk/crosswalk-thirdparty.inc
meta-tizen-common-share/recipes-crosswalk/crosswalk/crosswalk.inc
meta-tizen-common-share/recipes-crosswalk/crosswalk/crosswalk_git.bb
meta-tizen-common-share/recipes-crosswalk/crosswalk/files/armv6/include.gypi [new file with mode: 0644]
meta-tizen-common-share/recipes-crosswalk/crosswalk/files/armv6/oe-defaults.gypi [moved from meta-tizen-common-share/recipes-crosswalk/crosswalk/files/arm/oe-defaults.gypi with 100% similarity]
meta-tizen-common-share/recipes-crosswalk/crosswalk/files/armv7a/include.gypi [moved from meta-tizen-common-share/recipes-crosswalk/crosswalk/files/arm/include.gypi with 100% similarity]
meta-tizen-common-share/recipes-crosswalk/crosswalk/files/armv7a/oe-defaults.gypi [new file with mode: 0644]
meta-tizen-common-share/recipes-crosswalk/crosswalk/files/fix-crosbuild.patch
meta-tizen-common-share/recipes-crosswalk/crosswalk/files/fix-egl-version.patch [new file with mode: 0644]
meta-tizen-common-share/recipes-crosswalk/crosswalk/files/genericx86-64/include.gypi [new file with mode: 0644]
meta-tizen-common-share/recipes-crosswalk/crosswalk/files/genericx86-64/oe-defaults.gypi [new file with mode: 0644]
meta-tizen-common-share/recipes-crosswalk/crosswalk/files/romley-ivb/include.gypi [new file with mode: 0644]
meta-tizen-common-share/recipes-crosswalk/crosswalk/files/romley-ivb/oe-defaults.gypi [new file with mode: 0644]
meta-tizen-common-share/recipes-crosswalk/crosswalk/files/valleyisland-64/include.gypi [new file with mode: 0644]
meta-tizen-common-share/recipes-crosswalk/crosswalk/files/valleyisland-64/oe-defaults.gypi [new file with mode: 0644]
meta-tizen-common-share/recipes-crosswalk/tizen-extensions-crosswalk/tizen-extensions-crosswalk.inc
meta-tizen-common-share/recipes-crosswalk/tizen-extensions-crosswalk/tizen-extensions-crosswalk_git.bb