summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleksandr Kravchuk <open.source@oleksandr-kravchuk.com>2020-07-29 15:17:12 +0200
committerKhem Raj <raj.khem@gmail.com>2020-07-31 13:22:53 -0700
commita8479bce83540c4d2efa626838b74be36990d72e (patch)
tree357493599fbf9512ccfe22c7e0015d1fb5f5b6ea
parent182621eda8f2d7f4bc3ec25f7325c9a5abfb5e17 (diff)
downloadmeta-openembedded-a8479bce83540c4d2efa626838b74be36990d72e.tar.gz
ifenslave: update to 2.11
ifenslave binary and its man page were removed (see @2b0da97853367e34). Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-networking/recipes-support/ifenslave/ifenslave_2.11.bb (renamed from meta-networking/recipes-support/ifenslave/ifenslave_2.9.bb)9
1 files changed, 2 insertions, 7 deletions
diff --git a/meta-networking/recipes-support/ifenslave/ifenslave_2.9.bb b/meta-networking/recipes-support/ifenslave/ifenslave_2.11.bb
index 125b59e760..72a7eeec58 100644
--- a/meta-networking/recipes-support/ifenslave/ifenslave_2.9.bb
+++ b/meta-networking/recipes-support/ifenslave/ifenslave_2.11.bb
@@ -8,20 +8,15 @@ LIC_FILES_CHKSUM = "file://debian/copyright;md5=acc89812938cf9ad6b1debc37cea0253
8inherit manpages 8inherit manpages
9MAN_PKG = "${PN}" 9MAN_PKG = "${PN}"
10 10
11SRCREV = "42bfbb9beb924672ca86b86e9679ac3d6b87d992" 11SRCREV = "c26e9310f552e69d0d44eb48746e02c9ae4b4f6f"
12SRC_URI = "git://salsa.debian.org/debian/ifenslave.git;protocol=https" 12SRC_URI = "git://salsa.debian.org/debian/ifenslave.git;protocol=https"
13 13
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git/"
15 15
16do_install() { 16do_install() {
17 install -d ${D}${sbindir}
18 install -m 0755 ${S}/ifenslave ${D}${sbindir}/
19
20 install -m 0755 -D ${S}/debian/ifenslave.if-pre-up ${D}${sysconfdir}/network/if-pre-up.d/ifenslave 17 install -m 0755 -D ${S}/debian/ifenslave.if-pre-up ${D}${sysconfdir}/network/if-pre-up.d/ifenslave
21 install -m 0755 -D ${S}/debian/ifenslave.if-post-down ${D}${sysconfdir}/network/if-post-down.d/ifenslave 18 install -m 0755 -D ${S}/debian/ifenslave.if-post-down ${D}${sysconfdir}/network/if-post-down.d/ifenslave
22 install -m 0755 -D ${S}/debian/ifenslave.if-up ${D}${sysconfdir}/network/if-up.d/ifenslave 19 install -m 0755 -D ${S}/debian/ifenslave.if-up ${D}${sysconfdir}/network/if-up.d/ifenslave
23 install -m 0644 -D ${S}/debian/ifenslave.8 ${D}${mandir}/man8/ifenslave.8
24} 20}
25 21
26FILES_${PN}-doc_remove = "${mandir}" 22FILES_${PN}-doc_remove = "${mandir}"
27FILES_${PN} += "${mandir}/man8/ifenslave.8"