]> code.ossystems Code Review - openembedded-core.git/commit
useradd.bblass: Simplify target overrides
authorUlf Magnusson <ulfalizer@gmail.com>
Tue, 23 Aug 2016 21:02:08 +0000 (23:02 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 25 Aug 2016 21:59:33 +0000 (22:59 +0100)
commit79dd6be736211a722538a1234337ca16fefd5540
treea79a9a24b3440b78c60215051054d134651c7eb7
parent38b29d6730d67cd2421b6177472f6ed78f4542e0
useradd.bblass: Simplify target overrides

The current style might be a leftover from when _class-target did not
exist.

Also change the assignment to SSTATECLEANFUNCS to an append, which makes
more sense. useradd.bbclass is the only user of SSTATECLEANFUNCS as of
writing, so it won't make any functional difference.

Signed-off-by: Ulf Magnusson <ulfalizer@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/useradd.bbclass