* [meta-networking][PATCH] ifenslave: inherit manpages instead of adding man to RDEPENDS_${PN}
@ 2018-08-09 13:06 Martin Jansa
0 siblings, 0 replies; only message in thread
From: Martin Jansa @ 2018-08-09 13:06 UTC (permalink / raw)
To: openembedded-devel
* set MAN_PKG because this recipe explicitly packages mandir in PN instead of PN-doc
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
meta-networking/recipes-support/ifenslave/ifenslave_2.9.bb | 4 ++--
1 file 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"
LICENSE = "GPLv3"
LIC_FILES_CHKSUM = "file://debian/copyright;md5=acc89812938cf9ad6b1debc37cea0253"
+inherit manpages
+MAN_PKG = "${PN}"
SRCREV = "42bfbb9beb924672ca86b86e9679ac3d6b87d992"
SRC_URI = "git://salsa.debian.org/debian/ifenslave.git;protocol=https"
@@ -23,5 +25,3 @@ do_install() {
FILES_${PN}-doc_remove = "${mandir}"
FILES_${PN} += "${mandir}/man8/ifenslave.8"
-
-RDEPENDS_${PN} = "man"
--
2.17.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2018-08-09 13:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-09 13:06 [meta-networking][PATCH] ifenslave: inherit manpages instead of adding man to RDEPENDS_${PN} Martin Jansa
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox