[oe] [meta-browser][PATCH v2 4/5] cef3: fix build of x86-64

Max Krummenacher max.oss.09 at gmail.com
Sat Nov 7 12:20:28 UTC 2015


Use gypi file for i586 to create the configuration for the x86-64 architecture.

Signed-off-by: Max Krummenacher <max.oss.09 at gmail.com>

Upstream-Status: Inappropriate configuration
Signed-off-by: Max Krummenacher <max.oss.09 at gmail.com>
---
 recipes-browser/chromium/cef3_280796.bb | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/recipes-browser/chromium/cef3_280796.bb b/recipes-browser/chromium/cef3_280796.bb
index c141b94..df4a80f 100644
--- a/recipes-browser/chromium/cef3_280796.bb
+++ b/recipes-browser/chromium/cef3_280796.bb
@@ -34,6 +34,11 @@ export GYP_GENERATORS="ninja"
 export BUILD_TARGET_ARCH="${TARGET_ARCH}"
 export GYP_DEFINES="${GYP_ARCH_DEFINES} release_extra_cflags='-Wno-error=unused-local-typedefs' sysroot=''"
 
+do_configure_prepend() {
+    # there is no rule for the x86-64 architecture, recycle the i586 one
+    cp  cef/i586_ozone.gypi  cef/x86_64_ozone.gypi
+}
+
 do_configure_append() {
     export PATH=${WORKDIR}/depot_tools:"$PATH"
     # End of LD Workaround
-- 
1.8.4.5




More information about the Openembedded-devel mailing list