diff options
| author | Ross Burton <ross.burton@arm.com> | 2025-02-26 17:22:16 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-02-26 12:43:31 -0800 |
| commit | aaa88e94d999fdd622979b2fb27b05ee6337c49b (patch) | |
| tree | 5b3183d6849050148c153aaa4782eb6aa29bf4a7 | |
| parent | 5ce63102509b03d4a200162a07cf0b032b722b14 (diff) | |
| download | meta-openembedded-aaa88e94d999fdd622979b2fb27b05ee6337c49b.tar.gz | |
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>
| -rw-r--r-- | meta-networking/recipes-support/ifenslave/ifenslave_2.14.bb | 5 |
1 files changed, 0 insertions, 5 deletions
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" | |||
| 5 | LICENSE = "GPL-3.0-only" | 5 | LICENSE = "GPL-3.0-only" |
| 6 | LIC_FILES_CHKSUM = "file://debian/copyright;md5=acc89812938cf9ad6b1debc37cea0253" | 6 | LIC_FILES_CHKSUM = "file://debian/copyright;md5=acc89812938cf9ad6b1debc37cea0253" |
| 7 | 7 | ||
| 8 | inherit manpages | ||
| 9 | MAN_PKG = "${PN}" | ||
| 10 | |||
| 11 | SRCREV = "62e60904afbe58fda0c7104fdad1c4f618266ba6" | 8 | SRCREV = "62e60904afbe58fda0c7104fdad1c4f618266ba6" |
| 12 | SRC_URI = "git://salsa.debian.org/debian/ifenslave.git;protocol=https;branch=main" | 9 | SRC_URI = "git://salsa.debian.org/debian/ifenslave.git;protocol=https;branch=main" |
| 13 | 10 | ||
| @@ -18,5 +15,3 @@ do_install() { | |||
| 18 | install -m 0755 -D ${S}/debian/ifenslave.if-post-down ${D}${sysconfdir}/network/if-post-down.d/ifenslave | 15 | 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 | 16 | install -m 0755 -D ${S}/debian/ifenslave.if-up ${D}${sysconfdir}/network/if-up.d/ifenslave |
| 20 | } | 17 | } |
| 21 | |||
| 22 | FILES:${PN}-doc:remove = "${mandir}" | ||
