From: Denys Dmytriyenko <denys@ti.com>
To: Sam Nelson <sam.nelson@ti.com>
Cc: meta-arago@arago-project.org
Subject: Re: [PATCH 1/2] strongswan: Add append recipe for strongswan v5.1.1 to remove GPLV3 dependency
Date: Thu, 29 Jan 2015 20:55:05 -0500 [thread overview]
Message-ID: <20150130015505.GE21328@edge> (raw)
In-Reply-To: <1422558045-17124-1-git-send-email-sam.nelson@ti.com>
On Thu, Jan 29, 2015 at 02:00:44PM -0500, Sam Nelson wrote:
> - Remove GMP dependency which has GPLV3 content
>
> Signed-off-by: Sam Nelson <sam.nelson@ti.com>
> ---
> .../strongswan/strongswan_5.1.1.bbappend | 8 ++++++++
> 1 file changed, 8 insertions(+)
> create mode 100644 meta-arago-extras/recipes-support/strongswan/strongswan_5.1.1.bbappend
>
> diff --git a/meta-arago-extras/recipes-support/strongswan/strongswan_5.1.1.bbappend b/meta-arago-extras/recipes-support/strongswan/strongswan_5.1.1.bbappend
> new file mode 100644
> index 0000000..ca19b68
> --- /dev/null
> +++ b/meta-arago-extras/recipes-support/strongswan/strongswan_5.1.1.bbappend
> @@ -0,0 +1,8 @@
> +PR_append = "-arago0"
> +
> +DEPENDS = "openssl flex-native flex bison-native"
Based on your description above, you want to remove gmp from the original
DEPENDS list. You can do it like this:
DEPENDS_remove = "gmp"
Same with EXTRA_OECONF below.
> +EXTRA_OECONF = "--disable-gmp \
> + --enable-openssl \
> + --without-lib-prefix \
> +"
> --
> 1.7.9.5
>
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
prev parent reply other threads:[~2015-01-30 1:55 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-29 19:00 [PATCH 1/2] strongswan: Add append recipe for strongswan v5.1.1 to remove GPLV3 dependency Sam Nelson
2015-01-29 19:00 ` [PATCH 2/2] strongswan: Add pkcs11 plugin Sam Nelson
2015-01-30 1:55 ` Denys Dmytriyenko [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=20150130015505.GE21328@edge \
--to=denys@ti.com \
--cc=meta-arago@arago-project.org \
--cc=sam.nelson@ti.com \
/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 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.