Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-oe][PATCH V2] libssh: depends fix
Date: Thu, 8 Jan 2015 12:24:05 +0100	[thread overview]
Message-ID: <20150108112405.GE3972@jama> (raw)
In-Reply-To: <1420690215-2544-1-git-send-email-akuster808@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1397 bytes --]

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 <akuster808@gmail.com>
> ---
>  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
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]

      reply	other threads:[~2015-01-08 11:24 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-08  4:10 [meta-oe][PATCH V2] libssh: depends fix Armin Kuster
2015-01-08 11:24 ` Martin Jansa [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150108112405.GE3972@jama \
    --to=martin.jansa@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox