Re: [OE-core] [PATCH] systemd: fix /var/log/journal ownership

2015-03-12 Thread Jonathan Liu
On 12/03/2015 6:21 PM, Khem Raj wrote: On Mar 12, 2015, at 12:14 AM, ChenQi qi.c...@windriver.com wrote: On 03/10/2015 11:25 AM, Jonathan Liu wrote: The ownership needs to be explicitly set otherwise it inherits the user and group id of the build user. Signed-off-by: Jonathan Liu

Re: [OE-core] [PATCH] systemd: fix /var/log/journal ownership

2015-03-12 Thread ChenQi
On 03/10/2015 11:25 AM, Jonathan Liu wrote: The ownership needs to be explicitly set otherwise it inherits the user and group id of the build user. Signed-off-by: Jonathan Liu net...@gmail.com --- meta/recipes-core/systemd/systemd_219.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git

Re: [OE-core] [PATCH] systemd: fix /var/log/journal ownership

2015-03-12 Thread Khem Raj
On Mar 12, 2015, at 12:14 AM, ChenQi qi.c...@windriver.com wrote: On 03/10/2015 11:25 AM, Jonathan Liu wrote: The ownership needs to be explicitly set otherwise it inherits the user and group id of the build user. Signed-off-by: Jonathan Liu net...@gmail.com ---

Re: [OE-core] [PATCH] systemd: fix /var/log/journal ownership

2015-03-12 Thread ChenQi
On 03/12/2015 03:21 PM, Khem Raj wrote: On Mar 12, 2015, at 12:14 AM, ChenQi qi.c...@windriver.com wrote: On 03/10/2015 11:25 AM, Jonathan Liu wrote: The ownership needs to be explicitly set otherwise it inherits the user and group id of the build user. Signed-off-by: Jonathan Liu

[OE-core] [PATCH] systemd: fix /var/log/journal ownership

2015-03-09 Thread Jonathan Liu
The ownership needs to be explicitly set otherwise it inherits the user and group id of the build user. Signed-off-by: Jonathan Liu net...@gmail.com --- meta/recipes-core/systemd/systemd_219.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-core/systemd/systemd_219.bb