[OE-core] [PATCH 1/2] connman: Simplify and fix packaging of VPN plug-ins

2016-11-30 Thread Andreas Oberritter
- Use simple static packaging. - Move VPN runtime dependencies from connman to the individual plug-ins. - Create a connmann-ppp package containing libppp-plugin.so, which is a shared library needed by l2tp and pptp plug-ins. - Let connman suggest VPN packages instead of recommending them, so they

Re: [OE-core] [PATCH 1/2] connman: Simplify and fix packaging of VPN plug-ins

2016-12-05 Thread Burton, Ross
On 30 November 2016 at 12:22, Andreas Oberritter wrote: > - Use simple static packaging. > - Move VPN runtime dependencies from connman to the individual plug-ins. > - Create a connmann-ppp package containing libppp-plugin.so, which is > a shared library needed by l2tp and pptp plug-ins. > - Le