mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +00:00
ifenslave: add recipes
Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
c0ce759952
commit
61d61c4eb8
18
meta-networking/recipes-support/ifenslave/ifenslave_1.1.0.bb
Normal file
18
meta-networking/recipes-support/ifenslave/ifenslave_1.1.0.bb
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
SUMMARY = "Configure network interfaces for parallel routing"
|
||||
HOMEPAGE = "http://www.linuxfoundation.org/collaborate/workgroups/networking/bonding"
|
||||
SECTION = "network"
|
||||
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://ifenslave.c;beginline=8;endline=12;md5=a9f0bd2324cdc1b36d1f44f0e643a62a"
|
||||
|
||||
SRC_URI = "http://ftp.debian.org/debian/pool/main/i/${BPN}-2.6/${BPN}-2.6_${PV}.orig.tar.gz"
|
||||
SRC_URI[md5sum] = "56126cd1013cefe0ce6f81613e677bdd"
|
||||
SRC_URI[sha256sum] = "7917bf34de80a2492eb225adf9168c83a4854ac8a008ed0fd5b3fd147ccd3041"
|
||||
|
||||
do_compile() {
|
||||
${CC} ifenslave.c -o ifenslave
|
||||
}
|
||||
do_install() {
|
||||
install -d "${D}${sbindir}"
|
||||
install -m 755 "${S}/ifenslave" "${D}${sbindir}/"
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user