]> code.ossystems Code Review - openembedded-core.git/commit
useradd.bbclass: only modify packages in USERADD_PACKAGES
authorScott Garman <scott.a.garman@intel.com>
Wed, 9 Nov 2011 02:23:48 +0000 (18:23 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 10 Nov 2011 11:35:30 +0000 (11:35 +0000)
commit2f73466eb5018040a123ccb0e2af8c519525f958
tree0f5241c879bf3655405c240e587b217e120ee2a3
parent11506f702a83a77d06d259ce05c89808d53a9661
useradd.bbclass: only modify packages in USERADD_PACKAGES

Previously we injected the user/group preinstall script into all
output packages. This fixes that so that only packages listed in
USERADD_PACKAGES get modified.

It also removes the USERADDPN variable, which is no longer needed.

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
meta/classes/useradd.bbclass