privacy-manager-server: Prevent running ldconfig if not on system 72/57472/1
authorPhilippe Coval <philippe.coval@osg.samsung.com>
Wed, 20 Jan 2016 09:33:25 +0000 (10:33 +0100)
committerPhilippe Coval <philippe.coval@osg.samsung.com>
Wed, 20 Jan 2016 09:39:27 +0000 (10:39 +0100)
commit4a9ae2d0394a94ad7ecbd927aae40b125ee5baf7
tree9e0f27ca0613044fd9db6b99fedc6fc5ff60412b
parent317bfee66280e5dfdbc014fb38ceb0edc95faeca
privacy-manager-server: Prevent running ldconfig if not on system

Without this change,
bitbake tries to run ldconfig on host instead
and then complains (but not fail !) about permission issue like :

   /sbin/ldconfig.real: \
   Can't create temporary cache file /etc/ld.so.cache~: \
   Permission denied

Note, "or condition" is prefered because of shell's -e option.

Change-Id: I06d3731455912b536c053b29833de9d44832027b
Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
meta-tizen-common-base/recipes-security/privacy-manager-server/privacy-manager-server.inc