blob: 0254823304e1a9cc2dc2ea86aaeda80cdb37d8b6 [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001SUMMARY = "Configure network interfaces for parallel routing"
2HOMEPAGE = "http://www.linuxfoundation.org/collaborate/workgroups/networking/bonding"
3SECTION = "net"
4
5LICENSE = "GPLv3"
6LIC_FILES_CHKSUM = "file://debian/copyright;md5=acc89812938cf9ad6b1debc37cea0253"
7
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08008inherit manpages
9MAN_PKG = "${PN}"
Brad Bishopd7bf8c12018-02-25 22:55:05 -050010
William A. Kennington IIIb95905d2021-06-02 12:40:56 -070011SRCREV = "88410a7003c31993e79471e151b24662fc2a0d64"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080012SRC_URI = "git://salsa.debian.org/debian/ifenslave.git;protocol=https"
Brad Bishopd7bf8c12018-02-25 22:55:05 -050013
Andrew Geisslera2681d92020-10-16 10:17:07 -050014S = "${WORKDIR}/git"
Brad Bishopd7bf8c12018-02-25 22:55:05 -050015
16do_install() {
Brad Bishopd7bf8c12018-02-25 22:55:05 -050017 install -m 0755 -D ${S}/debian/ifenslave.if-pre-up ${D}${sysconfdir}/network/if-pre-up.d/ifenslave
18 install -m 0755 -D ${S}/debian/ifenslave.if-post-down ${D}${sysconfdir}/network/if-post-down.d/ifenslave
19 install -m 0755 -D ${S}/debian/ifenslave.if-up ${D}${sysconfdir}/network/if-up.d/ifenslave
Brad Bishopd7bf8c12018-02-25 22:55:05 -050020}
21
Patrick Williams213cb262021-08-07 19:21:33 -050022FILES:${PN}-doc:remove = "${mandir}"