builder: fix USERADD_PARAM

When build lib32-builder, it would create the user lib32-builder which
was incorrect.

(From OE-Core rev: 8e1723eaa4c2dad4d02f7e18d05a1a3239f82ef1)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Robert Yang 2015-07-28 02:03:34 -07:00 committed by Richard Purdie
parent f292979302
commit 016f5aed00
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ USERADD_PACKAGES = "${PN}"
USERADD_PARAM_${PN} = "--system --create-home \
--groups video,tty,audio \
--password ${BUILDER_PASSWORD} \
--user-group ${PN}"
--user-group builder"
do_install () {
install -d -m 755 ${D}${sysconfdir}/mini_x/session.d