]> code.ossystems Code Review - openembedded-core.git/commit
shadow: Split securetty into a separate recipe
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 24 Jan 2012 14:33:37 +0000 (14:33 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 25 Jan 2012 14:29:00 +0000 (14:29 +0000)
commit318133b5202632c6957c2aade22b1ef7af929f23
tree28b4469e6aba09bc6d2ad06143eddea819e1dab9
parenta4a98b6d6273d4e716afbff0880d0ac2ff7be0a9
shadow: Split securetty into a separate recipe

The securetty file is machine specific whilst the rest of the shadow recipe
is not. Unfortunately making the recipce machine specific is both inefficient
and also causes dependency problems since parts of the system such as the useradd
code depend upon it and this introduces a machine specific element to sstate
checksums which should not be machine specific.

To resolve this, this patch separates out the file into a separate recipe
meaning the machine specific components are isolated.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/shadow/shadow-securetty_4.1.4.3.bb [new file with mode: 0644]
meta/recipes-extended/shadow/shadow_4.1.4.3.bb