[oe] SSH configuration question.

Khem Raj raj.khem at gmail.com
Tue Jul 13 06:03:22 UTC 2010


On Mon, Jul 12, 2010 at 3:42 PM,  <Sean_Hudson at dell.com> wrote:
> All,
>
>  What is the best way to update the configuration used to build SSH?
>
>  Specifically, I'd like to build SSH with pam enabled, however, the configuration in the recipes/openssh/openssh.inc specifies "-without-pam".
>

in your case you could use DISTRO_FEATURE to check if pam is available
and set the option accordingly. something like below

EXTRA_OECONF += ${@base_contains('DISTRO_FEATURES', 'pam',
'--with-pam', '--without-pam', d)


Thx
-Khem

> Regards,
>     -Sean
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>




More information about the Openembedded-devel mailing list