Update according to the actual Q1 tizen common release
[scm/bb/meta-tizen.git] / meta-tizen-common-base / recipes-application-framework / capi-web-favorites / capi-web-favorites.inc
index 6434a13..3ef802a 100644 (file)
@@ -74,7 +74,7 @@ do_compile() {
          -DBUILD_SHARED_LIBS:BOOL=ON \
          -DCMAKE_TOOLCHAIN_FILE=${WORKDIR}/toolchain.cmake \
          ${EXTRA_OECMAKE} . -DTZ_SYS_SHARE=${prefix}/share
- make -j16
+ oe_runmake
  
  
  
@@ -106,7 +106,8 @@ pkg_postinst_${PN}() {
     #!/bin/sh -e
 
     [ "x$D" == "x" ] && ldconfig
-    source /etc/tizen-platform.conf
+    echo /etc/tizen-platform.conf
+    . /etc/tizen-platform.conf
     users_gid=$(getent group $TZ_SYS_USER_GROUP | cut -f3 -d':')
     chsmack -a 'User' /opt/usr/dbspace/.browser-history.db*
     chsmack -a 'User' /opt/usr/dbspace/.internet_bookmark.db*