Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] packagegroup-core-basic: libuser has a hard depenency on libpam
@ 2013-10-15 22:22 Saul Wold
  2013-10-16 10:25 ` Paul Eggleton
  0 siblings, 1 reply; 6+ messages in thread
From: Saul Wold @ 2013-10-15 22:22 UTC (permalink / raw)
  To: openembedded-core

Since libpam is only built when DISTRO_FEATURES pam is enabled we should
not be trying to build libuser also.

[YOCTO #4949]

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

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



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

end of thread, other threads:[~2013-10-16 12:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-15 22:22 [PATCH] packagegroup-core-basic: libuser has a hard depenency on libpam Saul Wold
2013-10-16 10:25 ` Paul Eggleton
2013-10-16 11:23   ` Koen Kooi
2013-10-16 11:47     ` Paul Eggleton
2013-10-16 12:21       ` Koen Kooi
2013-10-16 12:24         ` Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox