]> code.ossystems Code Review - openembedded-core.git/commit
connman: replace hardcoded path in init script and systemd service
authorStefan Stanacar <stefanx.stanacar@intel.com>
Tue, 14 May 2013 16:21:35 +0000 (19:21 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 15 May 2013 21:09:41 +0000 (00:09 +0300)
commitfca3a884e9cae13a521d840838eee3c01f0b6acf
tree89e1b96cd71b2a6f4a960d688eeaa5985de40031
parent0f6c0ed7888603c8d026a671f2acb1515ce799bf
connman: replace hardcoded path in init script and systemd service

The connman init script sources a setup file from /usr/lib/connman,
so we end up with no network in qemu multilib enabled images.

The init script it's installed by connman and because wired-setup
it's installed by another package (connman-conf) we can't use
libexecdir here and now (in the init script and systemd service file).

Once libexecdir changes from ${libdir}/${bpn} to something else like
/usr/libexec we could use that instead of ${libdir}/connman.

Changed in v2: - better commit message

[YOCTO #4493]

Signed-off-by: Stefan Stanacar <stefanx.stanacar@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-connectivity/connman/connman.inc
meta/recipes-connectivity/connman/connman/connman