From patchwork Tue Jun 21 00:29:30 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [0/2] login.defs move Date: Tue, 21 Jun 2011 00:29:30 -0000 From: Scott Garman X-Patchwork-Id: 6151 Message-Id: To: openembedded-core@lists.openembedded.org Cc: Scott Garman Hello, This pull request moves the login.defs file previously included with base-passwd into a more appropriate recipe, shadow-sysroot (I'm not married to that recipe name if someone can suggest something better). login.defs is part of shadow-utils and the copy included with base-passwd was contaminating target package installations. Moving it into its own recipe keeps it logically separate and easier to manage the requirements of useradd.bbclass. The following changes since commit 2163461ec94528ecf046a04edc5db3d2dd3a6b8b: systemtap: remove non-core COMPATIBLE_MACHINES (2011-06-16 22:14:06 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib sgarman/login-defs-move http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=sgarman/login-defs-move Scott Garman (2): shadow-sysroot: new recipe for useradd.bbclass support base-passwd: remove login.defs references .../recipes-core/base-passwd/base-passwd_3.5.22.bb | 11 +---- .../shadow/files/login.defs_shadow-sysroot} | 34 ++++++++-------- .../shadow/shadow-sysroot_4.1.4.3.bb | 41 ++++++++++++++++++++ 3 files changed, 60 insertions(+), 26 deletions(-) rename meta/{recipes-core/base-passwd/base-passwd-3.5.22/login.defs => recipes-extended/shadow/files/login.defs_shadow-sysroot} (96%) create mode 100644 meta/recipes-extended/shadow/shadow-sysroot_4.1.4.3.bb