crosswalk: adapt compile fixes
authorPatrick Ohly <patrick.ohly@intel.com>
Tue, 27 Jan 2015 16:32:05 +0000 (08:32 -0800)
committerPatrick Ohly <patrick.ohly@intel.com>
Tue, 27 Jan 2015 16:32:05 +0000 (08:32 -0800)
The recent spec2yocto refresh produced different compile rules.
Extracting crosswalk-thirdparty/out.tgz is now in the .inc file
and needs to be fixed there.

do_configure() is empty in both and thus can be removed from -extraconfig.inc.

Change-Id: I076e3636aab9ef00b6668dff6078779e8b0317c4

meta-tizen-common-share/recipes-crosswalk/crosswalk/crosswalk-extraconf.inc
meta-tizen-common-share/recipes-crosswalk/crosswalk/crosswalk.inc

index ace3956..821ab57 100644 (file)
@@ -31,12 +31,6 @@ do_compile_prepend() {
     CXX="${CXX}" export CXX
     GYP_EXTRA_FLAGS="${GYP_EXTRA_FLAGS} -I${WORKDIR}/oe-defaults.gypi -I${WORKDIR}/include.gypi"
     GYP_EXTRA_FLAGS="${GYP_EXTRA_FLAGS} -Dhost_clang=0 "
-
-    mkdir -p src/out
-    tar -zxvf ${STAGING_DIR_HOST}${prefix}/share/crosswalk-thirdparty/out.tgz
-}
-
-do_configure() {
 }
 
 crosswalk-dbg_files += "/usr/lib/xwalk/.debug"
index bd1b0f5..bcd3748 100644 (file)
@@ -131,7 +131,7 @@ do_compile() {
  
  
  mkdir -p src/out
- tar -zxvf ${prefix}/share/crosswalk-thirdparty/out.tgz
+ tar -zxvf ${STAGING_DIR_HOST}/${prefix}/share/crosswalk-thirdparty/out.tgz
  python ./changedate.py
  
  # Stop unconditionally passing -Wall to the compiler. Chromium has its own