From aaa88e94d999fdd622979b2fb27b05ee6337c49b Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 26 Feb 2025 17:22:16 +0000 Subject: ifenslave: remove manpages class This recipe doesn't ship any manpages since 2.10, so remove the manpage support. Signed-off-by: Ross Burton Signed-off-by: Khem Raj --- meta-networking/recipes-support/ifenslave/ifenslave_2.14.bb | 5 ----- 1 file changed, 5 deletions(-) (limited to 'meta-networking') diff --git a/meta-networking/recipes-support/ifenslave/ifenslave_2.14.bb b/meta-networking/recipes-support/ifenslave/ifenslave_2.14.bb index 02a5520a97..b41eb78374 100644 --- a/meta-networking/recipes-support/ifenslave/ifenslave_2.14.bb +++ b/meta-networking/recipes-support/ifenslave/ifenslave_2.14.bb @@ -5,9 +5,6 @@ SECTION = "net" LICENSE = "GPL-3.0-only" LIC_FILES_CHKSUM = "file://debian/copyright;md5=acc89812938cf9ad6b1debc37cea0253" -inherit manpages -MAN_PKG = "${PN}" - SRCREV = "62e60904afbe58fda0c7104fdad1c4f618266ba6" SRC_URI = "git://salsa.debian.org/debian/ifenslave.git;protocol=https;branch=main" @@ -18,5 +15,3 @@ do_install() { install -m 0755 -D ${S}/debian/ifenslave.if-post-down ${D}${sysconfdir}/network/if-post-down.d/ifenslave install -m 0755 -D ${S}/debian/ifenslave.if-up ${D}${sysconfdir}/network/if-up.d/ifenslave } - -FILES:${PN}-doc:remove = "${mandir}" -- cgit v1.2.3-54-g00ecf