From: David-John Willis Date: Tue, 24 Nov 2009 12:02:21 +0000 (+0000) Subject: angstrom.inc: Add DISTRO_FEATURES = "pam" to Angstrom distro. X-Git-Tag: Release-2010-05/1~1648^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c583c3af3ee64a1286a0935c6bae2d7ac276012;p=openembedded.git 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. --- 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"