[meta-lsi] [PATCH 83/86] libpam: Add pam package to DISTRO_FEATURES variable

Daniel Dragomir daniel.dragomir at windriver.com
Wed Oct 29 08:36:31 PDT 2014


Fix the libpam compiling warning caused by the missing of pam package
from the DISTRO_FEATURE variable:
WARNING: Building libpam but 'pam' isn't in DISTRO_FEATURES, PAM won't
work correctly

Signed-off-by: Daniel Dragomir <daniel.dragomir at windriver.com>
---
 conf/layer.conf | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/conf/layer.conf b/conf/layer.conf
index dd426bf..f83be68 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -9,4 +9,6 @@ BBFILE_COLLECTIONS += "lsi"
 BBFILE_PATTERN_lsi := "^${LAYERDIR}/"
 BBFILE_PRIORITY_lsi = "5"
 
-IMAGE_INSTALL_append += "u-boot-lsi"
\ No newline at end of file
+IMAGE_INSTALL_append += "u-boot-lsi"
+
+DISTRO_FEATURES_append += " pam"
-- 
1.8.1.4



More information about the meta-lsi mailing list