blob: 02a5520a973cb094e3b65346ce8527642fb38978 [file] [log] [blame]
Andrew Geisslereff27472021-10-29 15:35:00 -05001SUMMARY = "Configure network interfaces for parallel routing"
2HOMEPAGE = "http://www.linuxfoundation.org/collaborate/workgroups/networking/bonding"
3SECTION = "net"
4
Andrew Geissler9aee5002022-03-30 16:27:02 +00005LICENSE = "GPL-3.0-only"
Andrew Geisslereff27472021-10-29 15:35:00 -05006LIC_FILES_CHKSUM = "file://debian/copyright;md5=acc89812938cf9ad6b1debc37cea0253"
7
8inherit manpages
9MAN_PKG = "${PN}"
10
Patrick Williams169d7bc2024-01-05 11:33:25 -060011SRCREV = "62e60904afbe58fda0c7104fdad1c4f618266ba6"
Andrew Geisslereff27472021-10-29 15:35:00 -050012SRC_URI = "git://salsa.debian.org/debian/ifenslave.git;protocol=https;branch=main"
13
14S = "${WORKDIR}/git"
15
16do_install() {
17 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
20}
21
22FILES:${PN}-doc:remove = "${mandir}"