[oe] [PATCH] umip: Add new recipes

Martin Jansa martin.jansa at gmail.com
Wed Nov 19 15:49:12 UTC 2014


On Fri, Nov 07, 2014 at 05:51:46PM +0800, Qian Lei wrote:
> 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>
> ---
>  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}"

Use SRCREV otherwise bitbake fetcher will always run git ls-remote to
map the tag to SRCREV.

> +DEPENDS = "rpm"
> +LICENSE = "GPLv2"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=073dc31ccb2ebed70db54f1e8aeb4c33"
> +
> +S = "${WORKDIR}/git"
> +
> +inherit autotools-brokensep
> +
> +EXTRA_OE_CONF = "--enable-vt"

Missing some deps:

| In file included from conf_reload.c:36:0:
| conf.h:9:18: fatal error: pmgr.h: No such file or directory
|  #include "pmgr.h"
|                   ^


> -- 
> 1.8.4.2
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa at gmail.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20141119/67eb69e7/attachment-0002.sig>


More information about the Openembedded-devel mailing list