aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-protocols/babeld/babeld_1.9.1.bb
diff options
context:
space:
mode:
authorZheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>2019-10-31 01:02:49 +0800
committerKhem Raj <raj.khem@gmail.com>2019-11-01 17:22:52 -0700
commit59a32e0a37706e3cced50968a1029e5ab497bfb9 (patch)
tree42a232c8578f0239ada8d22bbdb366b6e4e3df82 /meta-networking/recipes-protocols/babeld/babeld_1.9.1.bb
parentbfe856b5799bec8ba712416c7df02e3a6b0bf123 (diff)
downloadmeta-openembedded-contrib-59a32e0a37706e3cced50968a1029e5ab497bfb9.tar.gz
babeld: upgrade 1.8.4 -> 1.9.1
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-protocols/babeld/babeld_1.9.1.bb')
-rw-r--r--meta-networking/recipes-protocols/babeld/babeld_1.9.1.bb27
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-networking/recipes-protocols/babeld/babeld_1.9.1.bb b/meta-networking/recipes-protocols/babeld/babeld_1.9.1.bb
new file mode 100644
index 0000000000..27e7b43079
--- /dev/null
+++ b/meta-networking/recipes-protocols/babeld/babeld_1.9.1.bb
@@ -0,0 +1,27 @@
+SUMMARY = "Babel is a loop-avoiding distance-vector routing protocol"
+DESCRIPTION = "\
+Babel is a loop-avoiding distance-vector routing protocol for IPv6 and \
+IPv4 with fast convergence properties. It is based on the ideas in DSDV, AODV \
+and Cisco's EIGRP, but is designed to work well not only in wired networks \
+but also in wireless mesh networks, and has been extended with support \
+for overlay networks. Babel is in the process of becoming an IETF Standard. \
+"
+HOMEPAGE = "https://www.irif.fr/~jch/software/babel/"
+SECTION = "net"
+
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENCE;md5=411a48ac3c2e9e0911b8dd9aed26f754"
+
+SRC_URI = "git://github.com/jech/babeld.git;protocol=git"
+SRCREV = "0835d5d894ea016ab7b81562466cade2c51a12d4"
+
+S = "${WORKDIR}/git"
+
+do_compile () {
+ oe_runmake babeld
+}
+
+do_install () {
+ oe_runmake install.minimal PREFIX=${D}
+}
+