[oe-commits] David-John Willis : angstrom.inc: Add DISTRO_FEATURES = "pam" to Angstrom distro.

git version control git at git.openembedded.org
Tue Nov 24 12:50:45 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 7c583c3af3ee64a1286a0935c6bae2d7ac276012
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=7c583c3af3ee64a1286a0935c6bae2d7ac276012

Author: David-John Willis <John.Willis at Distant-earth.com>
Date:   Tue Nov 24 12:02:21 2009 +0000

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 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc
index 669c8ad..6e65285 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"





More information about the Openembedded-commits mailing list