blob: e80c1b13095a9a85ab5e000f81c159656c209f3c [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001SUMMARY = "Mobile IPv6 and NEMO for Linux"
2DESCRIPTION = "UMIP is an open source implementation of Mobile IPv6 and NEMO \
3Basic Support for Linux. It is released under the GPLv2 license. It supports \
4the following IETF RFC: RFC6275 (Mobile IPv6), RFC3963 (NEMO), RFC3776 and \
5RFC4877 (IPsec and IKEv2)."
6HOMEPAGE = "http://umip.org/"
7SECTION = "System Environment/Base"
8LICENSE = "GPLv2"
9LIC_FILES_CHKSUM = "file://COPYING;md5=073dc31ccb2ebed70db54f1e8aeb4c33"
10DEPENDS = "rpm indent-native"
11
12SRC_URI = "git://git.umip.org/umip.git"
13SRCREV = "428974c2d0d8e75a2750a3ab0488708c5dfdd8e3"
14
15S = "${WORKDIR}/git"
16EXTRA_OE_CONF = "--enable-vt"
17
18inherit autotools-brokensep
19
20PARALLEL_MAKE = ""