angstrom.inc: Add DISTRO_FEATURES = "pam" to Angstrom distro.
authorDavid-John Willis <John.Willis@Distant-earth.com>
Tue, 24 Nov 2009 12:02:21 +0000 (12:02 +0000)
committerKoen Kooi <koen@openembedded.org>
Tue, 24 Nov 2009 12:50:12 +0000 (13:50 +0100)
* 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

index 669c8ad..6e65285 100644 (file)
@@ -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"