All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] packagegroup-core-basic: remove libpam
@ 2013-07-08 15:52 Saul Wold
  2013-07-08 15:52 ` [PATCH 2/2] util-linux: Use PACKAGECONFIG to control pam and system config options Saul Wold
  0 siblings, 1 reply; 2+ messages in thread
From: Saul Wold @ 2013-07-08 15:52 UTC (permalink / raw)
  To: openembedded-core

It is a dependency of shadow and other PAM related recipes and will be
built when the pam DISTRO_FEATURE is enabled.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
 meta/recipes-extended/packagegroups/packagegroup-core-basic.bb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta/recipes-extended/packagegroups/packagegroup-core-basic.bb b/meta/recipes-extended/packagegroups/packagegroup-core-basic.bb
index dd3c450..2e6f576 100644
--- a/meta/recipes-extended/packagegroups/packagegroup-core-basic.bb
+++ b/meta/recipes-extended/packagegroups/packagegroup-core-basic.bb
@@ -108,7 +108,6 @@ RDEPENDS_packagegroup-core-multiuser = "\
     cracklib \
     gzip \
     libuser \
-    ${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)} \
     shadow \
     sudo \
     "
-- 
1.8.1.4



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

end of thread, other threads:[~2013-07-08 15:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-08 15:52 [PATCH 1/2] packagegroup-core-basic: remove libpam Saul Wold
2013-07-08 15:52 ` [PATCH 2/2] util-linux: Use PACKAGECONFIG to control pam and system config options 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.