]> code.ossystems Code Review - openembedded-core.git/commit
connman: Create connman.service at proper moment
authorJukka Rissanen <jukka.rissanen@linux.intel.com>
Wed, 8 Apr 2015 11:36:19 +0000 (14:36 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 9 Apr 2015 18:48:00 +0000 (19:48 +0100)
commit32839103727d92a6580f916b6dd8e4439b2347c8
treecd75c4de6cbbf25aa80b09d47764e415d0f3ee2c
parent2898c2cf94bd690ebfc4ab5f4d220e6ea05aca82
connman: Create connman.service at proper moment

ConnMan commit ac332c5d01b0737c18cb58c8ccc67cf6b0427e1d changes
how the connman.service file is created from .in file. After
that commit, the file is created by Makefile instead of configure.
This means that we need to tweak the service file in compile
time instead of configure time because the generated file will not
be there after the configuration.

This commit can be used even with older ConnMan version as the
connman.service file is there when the compilation happens.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-connectivity/connman/connman.inc