All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 1/2] strongswan: Add append recipe for strongswan v5.1.1 to remove GPLV3 dependency
@ 2015-01-30  2:45 Sam Nelson
  2015-01-30  2:45 ` [PATCH v2 2/2] strongswan: Add pkcs11 plugin Sam Nelson
  2015-01-30 18:47 ` [PATCH v2 1/2] strongswan: Add append recipe for strongswan v5.1.1 to remove GPLV3 dependency Denys Dmytriyenko
  0 siblings, 2 replies; 4+ messages in thread
From: Sam Nelson @ 2015-01-30  2:45 UTC (permalink / raw)
  To: meta-arago

- Remove GMP dependency which has GPLV3 content

Signed-off-by: Sam Nelson <sam.nelson@ti.com>

---
Changes from previous version
- Used _remove to remove gmp dependancy and flags
---
---
 .../strongswan/strongswan_5.1.1.bbappend           |    7 +++++++
 1 file changed, 7 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..9dbc509
--- /dev/null
+++ b/meta-arago-extras/recipes-support/strongswan/strongswan_5.1.1.bbappend
@@ -0,0 +1,7 @@
+PR_append = "-arago0"
+
+DEPENDS_remove = "gmp"
+
+EXTRA_OECONF_remove = "--enable-gmp"
+
+EXTRA_OECONF += "--disable-gmp"
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-01-30 18:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-30  2:45 [PATCH v2 1/2] strongswan: Add append recipe for strongswan v5.1.1 to remove GPLV3 dependency Sam Nelson
2015-01-30  2:45 ` [PATCH v2 2/2] strongswan: Add pkcs11 plugin Sam Nelson
2015-01-30 18:47   ` Denys Dmytriyenko
2015-01-30 18:47 ` [PATCH v2 1/2] strongswan: Add append recipe for strongswan v5.1.1 to remove GPLV3 dependency Denys Dmytriyenko

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.