summaryrefslogtreecommitdiffstats
path: root/recipes-connectivity/connman/connman
Commit message (Collapse)AuthorAgeFilesLines
* connman: Rewrite to a patch to the connman fileAdrian Dudau2016-02-082-0/+371
The original .bbappend was adding a new "connman" file that replaced the one provided in the original recipe. This meant that any changes in the original file from poky would be overwritten. The .bbappend now patches the connman file so that any changes in it are either included or caught with merge conflict. To achieve this I did an artifice of copying the connman file in S to be patched by do_patch, then copied it back in WORKDIR to be installed on target by do_install. Also renamed the recipe .bbappend to cover all versions of connman and renamed the files folder. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com> Signed-off-by: Nora Björklund <nora.bjorklund@enea.com>