diff options
author | Ronan Le Martret <ronan@fridu.net> | 2014-07-30 14:49:39 +0200 |
---|---|---|
committer | Ronan Le Martret <ronan@fridu.net> | 2014-07-30 14:49:39 +0200 |
commit | 527d66a9ccd770f63f0403512cb442ea63467c7e (patch) | |
tree | 54b7557e4ca8c5473b1157f913ea799484061f6e /recipes-tizen/tethering/tethering.inc | |
parent | e9007b1e39424571aeff1caa37e363b1f01aea23 (diff) | |
download | meta-tizen-527d66a9ccd770f63f0403512cb442ea63467c7e.tar.gz meta-tizen-527d66a9ccd770f63f0403512cb442ea63467c7e.tar.bz2 meta-tizen-527d66a9ccd770f63f0403512cb442ea63467c7e.zip |
Add new ivi package
Change-Id: I07e3f6c2a7d0c894bc59cd89280c9a60312ceffe
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
Diffstat (limited to 'recipes-tizen/tethering/tethering.inc')
-rw-r--r-- | recipes-tizen/tethering/tethering.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-tizen/tethering/tethering.inc b/recipes-tizen/tethering/tethering.inc index 443c20f6..43bbbbbe 100644 --- a/recipes-tizen/tethering/tethering.inc +++ b/recipes-tizen/tethering/tethering.inc @@ -69,7 +69,7 @@ do_compile() { -DCMAKE_SKIP_RPATH:BOOL=ON \ -DBUILD_SHARED_LIBS:BOOL=ON \ ${EXTRA_OECMAKE} . -DARCH=i586 - make + make -j16 |