summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-support/ifenslave/ifenslave_2.9.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-support/ifenslave/ifenslave_2.9.bb b/meta-networking/recipes-support/ifenslave/ifenslave_2.9.bb
index 2a6a6097cc..125b59e760 100644
--- a/meta-networking/recipes-support/ifenslave/ifenslave_2.9.bb
+++ b/meta-networking/recipes-support/ifenslave/ifenslave_2.9.bb
@@ -5,6 +5,8 @@ SECTION = "net"
5LICENSE = "GPLv3" 5LICENSE = "GPLv3"
6LIC_FILES_CHKSUM = "file://debian/copyright;md5=acc89812938cf9ad6b1debc37cea0253" 6LIC_FILES_CHKSUM = "file://debian/copyright;md5=acc89812938cf9ad6b1debc37cea0253"
7 7
8inherit manpages
9MAN_PKG = "${PN}"
8 10
9SRCREV = "42bfbb9beb924672ca86b86e9679ac3d6b87d992" 11SRCREV = "42bfbb9beb924672ca86b86e9679ac3d6b87d992"
10SRC_URI = "git://salsa.debian.org/debian/ifenslave.git;protocol=https" 12SRC_URI = "git://salsa.debian.org/debian/ifenslave.git;protocol=https"
@@ -23,5 +25,3 @@ do_install() {
23 25
24FILES_${PN}-doc_remove = "${mandir}" 26FILES_${PN}-doc_remove = "${mandir}"
25FILES_${PN} += "${mandir}/man8/ifenslave.8" 27FILES_${PN} += "${mandir}/man8/ifenslave.8"
26
27RDEPENDS_${PN} = "man"