[oe-commits] Qian Lei : umip: Add new recipes

git at git.openembedded.org git at git.openembedded.org
Wed Nov 19 15:16:06 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: 1c451ce84a585b1769489ad7364f6de5fa17c182
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=1c451ce84a585b1769489ad7364f6de5fa17c182

Author: Qian Lei <qianl.fnst at cn.fujitsu.com>
Date:   Fri Nov  7 17:51:46 2014 +0800

umip: Add new recipes

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 at cn.fujitsu.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-connectivity/umip/umip_1.0.bb | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

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"



More information about the Openembedded-commits mailing list