All of lore.kernel.org
 help / color / mirror / Atom feed
* [daisy][PATCH 1/3] layer.conf: Add in useradd dependencies as ABISAFE dependencies
@ 2014-09-25 12:17 Steffen Sledz
  2014-09-25 12:17 ` [daisy][PATCH 2/3] update-rc.d/systemd: Remove OVERRIDES dependency Steffen Sledz
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Steffen Sledz @ 2014-09-25 12:17 UTC (permalink / raw)
  To: openembedded-core

Currently allarch recipes using useradd rebuild each time MACHINE
changes which is not desireable. Adding the useradd dependencies
to this list ensures they do not change under these circumstances.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Steffen Sledz <sledz@dresearch-fe.de>
---
 meta/conf/layer.conf | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf
index 18609dd..a764ee0 100644
--- a/meta/conf/layer.conf
+++ b/meta/conf/layer.conf
@@ -30,4 +30,8 @@ SIGGEN_EXCLUDERECIPES_ABISAFE += " \
   udev-extraconf \
   packagegroup-x11-xserver \
   systemd-serialgetty \
+  initscripts \                                                                                                                                                                                                                                    
+  shadow \
+  shadow-sysroot \
+  base-passwd \
 "
-- 
2.1.1



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

end of thread, other threads:[~2014-10-03 16:47 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-25 12:17 [daisy][PATCH 1/3] layer.conf: Add in useradd dependencies as ABISAFE dependencies Steffen Sledz
2014-09-25 12:17 ` [daisy][PATCH 2/3] update-rc.d/systemd: Remove OVERRIDES dependency Steffen Sledz
2014-09-25 12:17 ` [daisy][PATCH 3/3] layer.conf: Mark opkg-utils as ABISAFE for update-alternatives usage Steffen Sledz
2014-10-01  0:55 ` [daisy][PATCH 1/3] layer.conf: Add in useradd dependencies as ABISAFE dependencies Denys Dmytriyenko
2014-10-01  1:25   ` Khem Raj
2014-10-01  1:32     ` Denys Dmytriyenko
2014-10-01  3:55       ` Khem Raj
2014-10-01  4:10         ` Martin Jansa
2014-10-01  8:12           ` Richard Purdie
2014-10-01 11:02             ` Koen Kooi
2014-10-01 15:34             ` Martin Jansa
2014-10-03  8:24               ` Koen Kooi
2014-10-03 14:03                 ` Trevor Woerner
2014-10-03 16:46                 ` Khem Raj
2014-10-01 13:12   ` Peter A. Bigot

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.