All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] umip: Add new recipes
@ 2014-11-07  9:51 Qian Lei
  2014-11-19 15:49 ` Martin Jansa
  0 siblings, 1 reply; 12+ messages in thread
From: Qian Lei @ 2014-11-07  9:51 UTC (permalink / raw)
  To: openembedded-devel

UMIP is an open source implementation of Mobile IPv6 and NEMO Basic
Support for Linux. It is released under the GPLv2 license. It supports
the following IETF RFC: RFC6275 (Mobile IPv6), RFC3963 (NEMO), RFC3776
and RFC4877 (IPsec and IKEv2).

Signed-off-by: Qian Lei <qianl.fnst@cn.fujitsu.com>
---
 meta-oe/recipes-connectivity/umip/umip_1.0.bb | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 meta-oe/recipes-connectivity/umip/umip_1.0.bb

diff --git a/meta-oe/recipes-connectivity/umip/umip_1.0.bb b/meta-oe/recipes-connectivity/umip/umip_1.0.bb
new file mode 100644
index 0000000..a7163b0
--- /dev/null
+++ b/meta-oe/recipes-connectivity/umip/umip_1.0.bb
@@ -0,0 +1,20 @@
+SUMMARY = "Mobile IPv6 and NEMO for Linux"
+DESCRIPTION = "UMIP is an open source implementation of Mobile IPv6 and NEMO \
+Basic Support for Linux. It is released under the GPLv2 license. It supports \
+the following IETF RFC: RFC6275 (Mobile IPv6), RFC3963 (NEMO), RFC3776 and \
+RFC4877 (IPsec and IKEv2)."
+
+HOMEPAGE = "http://umip.org/"
+SECTION = "System Environment/Base"
+
+SRC_URI = "git://git.umip.org/umip.git;tag=v${PV}"
+
+DEPENDS = "rpm"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=073dc31ccb2ebed70db54f1e8aeb4c33"
+
+S = "${WORKDIR}/git"
+
+inherit autotools-brokensep
+
+EXTRA_OE_CONF = "--enable-vt"
-- 
1.8.4.2



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

end of thread, other threads:[~2014-11-25  9:23 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-07  9:51 [PATCH] umip: Add new recipes Qian Lei
2014-11-19 15:49 ` Martin Jansa
2014-11-21  7:55   ` [PATCH v2 0/2] Add new recipe UMIP & Indent Qian Lei
2014-11-21  7:55     ` [PATCH v2 1/2] UMIP: add new recipe Qian Lei
2014-11-21 14:06       ` Joe MacDonald
2014-11-21 14:19         ` Martin Jansa
2014-11-21 14:46           ` Joe MacDonald
2014-11-25  9:23           ` Qian Lei
2014-11-21  7:55     ` [PATCH v2 2/2] Indent: Add " Qian Lei
2014-11-21  9:52       ` Martin Jansa
2014-11-24  5:21     ` [PATCH v3 1/2] indent: " Qian Lei
2014-11-24  5:28       ` [PATCH v3 2/2] UMIP: add " Qian Lei

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.