]> code.ossystems Code Review - openembedded-core.git/commit
useradd-staticids: fix typo for '--expiredate'
authorPeter Bergin <peter@berginkonsult.se>
Sun, 19 Feb 2017 20:30:13 +0000 (21:30 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 23 Feb 2017 20:29:11 +0000 (12:29 -0800)
commit9d26a2f9f52ae9df6aa5e0ee20683ada35c32af1
tree39b559d21004d5805606862102df89eaed2b5361
parent971e43270173afb08f21ffac16a4157f7e611b81
useradd-staticids: fix typo for '--expiredate'

There is a typo in the useradd-staticids.bbclass that
causes error during do_install.

If build was configured to use usedadd-staticids and
the recipe included (for example):

USERADD_PARAM_${PN} = "--expiredate '' testUser"

Due to the typo this added the wrong option '--expiredata '
that caused an error.

Signed-off-by: Peter Bergin <peter@berginkonsult.se>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/useradd-staticids.bbclass