diff options
author | Ronan Le Martret <ronan@iot.bzh> | 2017-11-07 10:01:14 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-11-07 09:49:42 +0000 |
commit | cbfe218f2d3293d74785abaa4e7670083bb55419 (patch) | |
tree | 15370f2775fc159c2d13de66fca16035ab5e324c /meta-app-framework/recipes-core/packagegroups | |
parent | 14a6db75ed0fad7fd55ad3ee239a4b92abfb8754 (diff) |
Remove duplicate user/group definition
* Fix build error
* user must be define only once
* user have default group "users:100"
* Note: At the first Pyro release, the option "--user-group" was
always true (it was an untrack issue) for useradd yocto function.
"user_group = uaargs.user_group is None or uaargs.user_group is True"
and so force to create a group with the same name as the user.
(Because we use a group name and not a gid).
So at first create a custom group for each user solve the issue,
but it's not the good solution.
** This issue was Fix upstream in:
Poky:7ca04fef1b324b7fc6e8c5bbddcd41617cc5e5c6
Bug-AGL: SPEC-1053
Change-Id: Idfe5f07216741f1cfffdbcc4711d08f66f73bd79
Signed-off-by: Ronan Le Martret <ronan@iot.bzh>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/11705
Reviewed-by: ronan Le Martret <ronan.lemartret@iot.bzh>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-app-framework/recipes-core/packagegroups')
0 files changed, 0 insertions, 0 deletions