All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] Fix minor problem with useradd and useradd-static
@ 2014-03-20 19:19 Mark Hatle
  2014-03-20 19:19 ` [PATCH 1/1] useradd{-static}: Ignore useradds on nativesdk Mark Hatle
  0 siblings, 1 reply; 2+ messages in thread
From: Mark Hatle @ 2014-03-20 19:19 UTC (permalink / raw)
  To: openembedded-core

Fix a minor performance issue with useradd.bbclass, where it evaluated user/
group adds for nativesdk packages -- even though it didn't do them.

Fix a build problem w/ useradd-static, when in enforcing mode the system could
fail to build a nativesdk recipe if the specified user/groups were not present.


The following changes since commit ef196434620522affc11b5b1b867386b5d14a4c3:

  alsa-tools: fix build when x11 and gtk+ not available (2014-03-19 14:41:55 +0000)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib mhatle/uidgid
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=mhatle/uidgid

Mark Hatle (1):
  useradd{-static}: Ignore useradds on nativesdk

 meta/classes/useradd-staticids.bbclass | 3 ++-
 meta/classes/useradd.bbclass           | 6 ++++--
 2 files changed, 6 insertions(+), 3 deletions(-)

-- 
1.8.5.3



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

end of thread, other threads:[~2014-03-20 19:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-20 19:19 [PATCH 0/1] Fix minor problem with useradd and useradd-static Mark Hatle
2014-03-20 19:19 ` [PATCH 1/1] useradd{-static}: Ignore useradds on nativesdk Mark Hatle

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.