xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/babeld/babeld_1.10.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593SmuzhiyunSUMMARY = "Babel is a loop-avoiding distance-vector routing protocol"
2*4882a593SmuzhiyunDESCRIPTION = "\
3*4882a593SmuzhiyunBabel is a loop-avoiding distance-vector routing protocol for IPv6 and \
4*4882a593SmuzhiyunIPv4 with fast convergence properties. It is based on the ideas in DSDV, AODV \
5*4882a593Smuzhiyunand Cisco's EIGRP, but is designed to work well not only in wired networks \
6*4882a593Smuzhiyunbut also in wireless mesh networks, and has been extended with support \
7*4882a593Smuzhiyunfor overlay networks. Babel is in the process of becoming an IETF Standard. \
8*4882a593Smuzhiyun"
9*4882a593SmuzhiyunHOMEPAGE = "https://www.irif.fr/~jch/software/babel/"
10*4882a593SmuzhiyunSECTION = "net"
11*4882a593Smuzhiyun
12*4882a593SmuzhiyunLICENSE = "MIT"
13*4882a593SmuzhiyunLIC_FILES_CHKSUM = "file://LICENCE;md5=411a48ac3c2e9e0911b8dd9aed26f754"
14*4882a593Smuzhiyun
15*4882a593SmuzhiyunSRC_URI = "git://github.com/jech/babeld.git;protocol=https;branch=master"
16*4882a593SmuzhiyunSRCREV = "dbb8799d1b5b3bfaf4387386c92369c847704480"
17*4882a593Smuzhiyun
18*4882a593SmuzhiyunUPSTREAM_CHECK_GITTAGREGEX = "babeld-(?P<pver>\d+(\.\d+)+)"
19*4882a593Smuzhiyun
20*4882a593SmuzhiyunS = "${WORKDIR}/git"
21*4882a593Smuzhiyun
22*4882a593Smuzhiyundo_compile () {
23*4882a593Smuzhiyun	oe_runmake babeld
24*4882a593Smuzhiyun}
25*4882a593Smuzhiyun
26*4882a593Smuzhiyundo_install () {
27*4882a593Smuzhiyun	oe_runmake install.minimal PREFIX=${D}
28*4882a593Smuzhiyun}
29*4882a593Smuzhiyun
30