Skip to content

Commit

Permalink
umip: add new recipe
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Martin Jansa <[email protected]>
  • Loading branch information
Qian Lei authored and shr-project committed Nov 28, 2014
1 parent 7f24cb1 commit 9d7e9e3
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions meta-oe/recipes-connectivity/umip/umip_1.0.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
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"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=073dc31ccb2ebed70db54f1e8aeb4c33"
DEPENDS = "rpm indent-native"

SRC_URI = "git://git.umip.org/umip.git"
SRCREV = "428974c2d0d8e75a2750a3ab0488708c5dfdd8e3"

S = "${WORKDIR}/git"
EXTRA_OE_CONF = "--enable-vt"

inherit autotools-brokensep

0 comments on commit 9d7e9e3

Please sign in to comment.