All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] login.defs move
@ 2011-06-21  0:29 Scott Garman
  2011-06-21  0:29 ` [PATCH 1/2] shadow-sysroot: new recipe for useradd.bbclass support Scott Garman
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Scott Garman @ 2011-06-21  0:29 UTC (permalink / raw)
  To: openembedded-core; +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




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-06-30  4:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-21  0:29 [PATCH 0/2] login.defs move Scott Garman
2011-06-21  0:29 ` [PATCH 1/2] shadow-sysroot: new recipe for useradd.bbclass support Scott Garman
2011-06-21  6:30   ` Koen Kooi
2011-06-21 22:38     ` Scott Garman
2011-06-21  0:29 ` [PATCH 2/2] base-passwd: remove login.defs references Scott Garman
2011-06-30  3:57 ` [PATCH 0/2] login.defs move Saul Wold

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.