]> code.ossystems Code Review - openembedded-core.git/commit
shadow-sysroot: new recipe for useradd.bbclass support
authorScott Garman <scott.a.garman@intel.com>
Tue, 21 Jun 2011 00:11:34 +0000 (17:11 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 28 Jun 2011 12:47:37 +0000 (13:47 +0100)
commit6cbf741d73070759ecb9a284e6511c63d945f7c1
tree184285f4cdf1ef40b17bb14e84e1cf12b2b0779d
parentdb99a65b3e93dfacc27ea821c788f15b5de3a497
shadow-sysroot: new recipe for useradd.bbclass support

Packaging login.defs with base-passwd causes problems due to the
file being included in target package installs. Instead, this
shadow-sysroot recipe can be used by useradd.bbclass to put
login.defs into the target sysroot without disturbing packages
intended for target devices.

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
meta/recipes-extended/shadow/files/login.defs_shadow-sysroot [new file with mode: 0644]
meta/recipes-extended/shadow/shadow-sysroot_4.1.4.3.bb [new file with mode: 0644]