Re: [OE-core] [PATCH] opkg: create opkg.lock in /run instead of /var/run

2015-09-28 Thread Anders Darander
* Jonathan Liu [150925 17:07]: > On 21/09/2015 10:16 PM, Anders Darander wrote: > >* Jonathan Liu [150921 13:08]: > >>This avoids a "Could not unlink" warning when extracting a /var/run > >>symbolic link pointing to /run from the base-files package as it is

Re: [OE-core] [PATCH] opkg: create opkg.lock in /run instead of /var/run

2015-09-25 Thread Jonathan Liu
On 21/09/2015 10:16 PM, Anders Darander wrote: * Jonathan Liu [150921 13:08]: This avoids a "Could not unlink" warning when extracting a /var/run symbolic link pointing to /run from the base-files package as it is unable to unlink the /var/run directory when it contains

[OE-core] [PATCH] opkg: create opkg.lock in /run instead of /var/run

2015-09-21 Thread Jonathan Liu
This avoids a "Could not unlink" warning when extracting a /var/run symbolic link pointing to /run from the base-files package as it is unable to unlink the /var/run directory when it contains opkg.lock. This also fixes an issue where /var/run is created as a directory instead of a symbolic link

Re: [OE-core] [PATCH] opkg: create opkg.lock in /run instead of /var/run

2015-09-21 Thread Jonathan Liu
On 21/09/2015 10:02 PM, Jussi Kukkonen wrote: On 21 September 2015 at 14:09, Jonathan Liu > wrote: This avoids a "Could not unlink" warning when extracting a /var/run symbolic link pointing to /run from the base-files package as it is

Re: [OE-core] [PATCH] opkg: create opkg.lock in /run instead of /var/run

2015-09-21 Thread Jussi Kukkonen
On 21 September 2015 at 14:09, Jonathan Liu wrote: > This avoids a "Could not unlink" warning when extracting a /var/run > symbolic link pointing to /run from the base-files package as it is > unable to unlink the /var/run directory when it contains opkg.lock. > > This also

Re: [OE-core] [PATCH] opkg: create opkg.lock in /run instead of /var/run

2015-09-21 Thread Anders Darander
* Jonathan Liu [150921 13:08]: > This avoids a "Could not unlink" warning when extracting a /var/run > symbolic link pointing to /run from the base-files package as it is > unable to unlink the /var/run directory when it contains opkg.lock. > This also fixes an issue where