On Wed, Jan 07, 2015 at 08:10:15PM -0800, Armin Kuster wrote: > the default was to build with GSSAPI enabled. > > add PACKAGEGROUP to define enable/disable GSSAPI with > proper depends/rdepends of krb5 > > Signed-off-by: Armin Kuster <[email protected]> > --- > meta-oe/recipes-support/libssh/libssh_git.bb | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/meta-oe/recipes-support/libssh/libssh_git.bb > b/meta-oe/recipes-support/libssh/libssh_git.bb > index d21bdc3..4f5b703 100644 > --- a/meta-oe/recipes-support/libssh/libssh_git.bb > +++ b/meta-oe/recipes-support/libssh/libssh_git.bb > @@ -20,6 +20,9 @@ EXTRA_OECMAKE = " \ > -DWITH_ZLIB=1 \ > " > > +PACKAGECONFIG ??="" > +PACKAGECONFIG[gssapi] = "-DWITH_GSSAPI=1, -DWITH_GSSAPI=0, krb5, krb5"
Again I think it doesn't need explicit krb5 runtime dependency, it's
added automatically by shlibs when enabled.
Thanks for rebasing for libssh_git.bb I didn't notice that the 0.6
version was removed by pending patch from master-next sorry.
> +
> inherit cmake
>
> do_configure_prepend () {
> --
> 1.9.1
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> [email protected]
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
--
Martin 'JaMa' Jansa jabber: [email protected]
signature.asc
Description: Digital signature
-- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
