]> 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)
committerPaul Eggleton <paul.eggleton@linux.intel.com>
Mon, 20 May 2013 15:06:27 +0000 (16:06 +0100)
commitd620e5376c10bc5ff1aa551be4a7d1d635a760c3
tree27dd403043dd54bdd9e4931cfa131b7192fee309
parentf897550222003ccea8f18c136a7b9ced5acb0ed3
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]

(From OE-Core master rev: fca3a884e9cae13a521d840838eee3c01f0b6acf)

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