[oe-commits] org.oe.dev mipv6: add untested version 2.0.2, this is suppossed to work with kernel 2.6

koen commit openembedded-commits at lists.openembedded.org
Tue Dec 4 17:34:27 UTC 2007


mipv6: add untested version 2.0.2, this is suppossed to work with kernel 2.6

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: eb6a2e02c4f5ca6719e112f7ee3729f3a4e90f9c
ViewMTN: http://monotone.openembedded.org/revision/info/eb6a2e02c4f5ca6719e112f7ee3729f3a4e90f9c
Files:
1
packages/mipl-mipv6/mipv6_2.0.2.bb
Diffs:

#
# mt diff -r1fe4a7bc5e6027d82d0724e5d20b1e2facb07ed9 -reb6a2e02c4f5ca6719e112f7ee3729f3a4e90f9c
#
# 
# 
# add_file "packages/mipl-mipv6/mipv6_2.0.2.bb"
#  content [d61e13a0489a81ad82a4624f86cf071ca926914e]
# 
============================================================
--- packages/mipl-mipv6/mipv6_2.0.2.bb	d61e13a0489a81ad82a4624f86cf071ca926914e
+++ packages/mipl-mipv6/mipv6_2.0.2.bb	d61e13a0489a81ad82a4624f86cf071ca926914e
@@ -0,0 +1,22 @@
+LICENSE = "GPL"
+DEPENDS = "virtual/kernel"
+RRECOMMENDS = "kernel-module-mip6 kernel-module-ipv6"
+
+SRC_URI = "http://www.mobile-ipv6.org/software/download/mipv6-${PV}.tar.gz"
+
+inherit autotools module-base
+
+CFLAGS =+ "-I${S}/include -I${STAGING_KERNEL_DIR}/include"
+
+do_compile() {
+        oe_runmake CFLAGS="${CFLAGS}"
+}
+
+do_install() {
+        install -d ${D}${sbindir}
+        install -d ${D}${sysconfdir}/init.d
+        oe_runmake sbindir="${D}${sbindir}" initdir="${D}${sysconfdir}/init.d" mandir="${D}${mandir}" docdir="${D}${docdir}/mobile-ip6" NETWORK_MIP6_CONF="${D}${sysconfdir}" install
+}
+
+PACKAGE_ARCH_${PN} = "${MACHINE_ARCH}"
+






More information about the Openembedded-commits mailing list