mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
ifenslave: remove manpages class
This recipe doesn't ship any manpages since 2.10, so remove the manpage support. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
5ce6310250
commit
aaa88e94d9
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user