diff options
author | David-John Willis <John.Willis@Distant-earth.com> | 2009-11-24 12:02:21 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-11-24 13:50:12 +0100 |
commit | 7c583c3af3ee64a1286a0935c6bae2d7ac276012 (patch) | |
tree | 6b09bd3dee7c2aef1146cba3136303684d3cfa1a /conf | |
parent | 033c08104afc48752ca44149e2ba3589b337f60f (diff) |
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.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/include/angstrom.inc | 4 |
1 files changed, 1 insertions, 3 deletions
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" |