* [meta-oe][PATCH v3] libssh: depends fix
@ 2015-01-12 12:22 Armin Kuster
2015-01-12 14:41 ` Martin Jansa
0 siblings, 1 reply; 2+ messages in thread
From: Armin Kuster @ 2015-01-12 12:22 UTC (permalink / raw)
To: openembedded-devel
the default was to build with GSSAPI enabled.
V3:
remove rdepends
V2:
add PACKAGEGROUP to define enable/disable GSSAPI with
proper depends 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..47fb39a 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, "
+
inherit cmake
do_configure_prepend () {
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [meta-oe][PATCH v3] libssh: depends fix
2015-01-12 12:22 [meta-oe][PATCH v3] libssh: depends fix Armin Kuster
@ 2015-01-12 14:41 ` Martin Jansa
0 siblings, 0 replies; 2+ messages in thread
From: Martin Jansa @ 2015-01-12 14:41 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 1303 bytes --]
On Mon, Jan 12, 2015 at 04:22:28AM -0800, Armin Kuster wrote:
> the default was to build with GSSAPI enabled.
>
> V3:
> remove rdepends
>
> V2:
> add PACKAGEGROUP to define enable/disable GSSAPI with
> proper depends of krb5
Dropped these extra comments when cherry-picking to master-next (they belong under --- so they aren't part
of commit message).
>
> 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..47fb39a 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, "
> +
> 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 --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-01-12 14:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-12 12:22 [meta-oe][PATCH v3] libssh: depends fix Armin Kuster
2015-01-12 14:41 ` Martin Jansa
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.