count=$(( $count + 1 ))
ARGS[$count]="_enable_test 1"
;;
- --skip-module)
- ARGS[$count]=--define
- count=$(( $count + 1 ))
- ARGS[$count]="_skip_module 1"
- ;;
- --hq-proxy)
- ARGS[$count]=--define
- count=$(( $count + 1 ))
- ARGS[$count]="_hq_proxy 1"
- ;;
*)
ARGS[$count]="$1"
;;
+++ /dev/null
-#!/bin/bash
-
-function download_third_party_modules() {
- git config --global http.sslVerify false
- git submodule update --init
- pushd build/gyp; git reset --hard 08429da7; popd;
-}
-
-download_third_party_modules
%define chromium_efl_tizen_profile ivi
%endif
-BuildRequires: python, python-xml, git, curl
+BuildRequires: python, python-xml, git
%ifarch armv7l
BuildRequires: python-accel-armv7l-cross-arm
%endif
mkdir -p %{buildroot}/../../OTHER/
fi
-%if "%{?_hq_proxy}" == "1"
-echo "* Setup HQ proxy"
-export http_proxy="http://10.112.1.184:8080"
-export https_proxy="https://10.112.1.184:8080"
-%endif
-
-%if "%{?_skip_module}" != "1"
-build/get_third_party_modules.sh
-%endif
-
%ifarch aarhc64
export ADDITION_OPTION=" -finline-limit=64 -foptimize-sibling-calls -fno-unwind-tables -fno-exceptions -Os"
%endif