From 7c583c3af3ee64a1286a0935c6bae2d7ac276012 Mon Sep 17 00:00:00 2001 From: David-John Willis Date: Tue, 24 Nov 2009 12:02:21 +0000 Subject: angstrom.inc: Add DISTRO_FEATURES = "pam" to Angstrom distro. * This will enable recipes that support PAM (Pluggable Authentication Modules) to be built with PAM support via @base_contains('DISTRO_FEATURES', 'pam' type directives within the recipies. * This also means that for any distros that do not want or require PAM support in there authentication apps can just not define this feature. --- conf/distro/include/angstrom.inc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'conf/distro/include') diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc index 669c8ada3c..6e65285e99 100644 --- a/conf/distro/include/angstrom.inc +++ b/conf/distro/include/angstrom.inc @@ -202,7 +202,5 @@ SEPPUKU_COMPONENT = "org.openembedded.dev" OESTATS_SERVER ?= "tinderbox.openembedded.org" - - # We want images supporting the following features (for task-base) -DISTRO_FEATURES = "nfs smbfs wifi ppp alsa bluetooth ext2 vfat irda pcmcia usbgadget usbhost pci" +DISTRO_FEATURES = "nfs smbfs wifi ppp alsa bluetooth ext2 vfat irda pcmcia usbgadget usbhost pci pam" -- cgit v1.2.3