diff options
| author | Martin Jansa <martin.jansa@gmail.com> | 2018-08-09 13:06:31 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2018-08-11 20:16:52 -0700 |
| commit | 3a954856e8d48ff30bf8fdbf2aab49753ff1ba21 (patch) | |
| tree | cee665b9da7a5419d1ffed460a6d791e3cf02f9b | |
| parent | 3c37bdcea6b6950662bade837f33ec674ea64b06 (diff) | |
| download | meta-openembedded-3a954856e8d48ff30bf8fdbf2aab49753ff1ba21.tar.gz | |
ifenslave: inherit manpages instead of adding man to RDEPENDS_${PN}
* set MAN_PKG because this recipe explicitly packages mandir in PN instead of PN-doc
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-networking/recipes-support/ifenslave/ifenslave_2.9.bb | 4 |
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" | |||
| 5 | LICENSE = "GPLv3" | 5 | LICENSE = "GPLv3" |
| 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}" | ||
| 8 | 10 | ||
| 9 | SRCREV = "42bfbb9beb924672ca86b86e9679ac3d6b87d992" | 11 | SRCREV = "42bfbb9beb924672ca86b86e9679ac3d6b87d992" |
| 10 | SRC_URI = "git://salsa.debian.org/debian/ifenslave.git;protocol=https" | 12 | SRC_URI = "git://salsa.debian.org/debian/ifenslave.git;protocol=https" |
| @@ -23,5 +25,3 @@ do_install() { | |||
| 23 | 25 | ||
| 24 | FILES_${PN}-doc_remove = "${mandir}" | 26 | FILES_${PN}-doc_remove = "${mandir}" |
| 25 | FILES_${PN} += "${mandir}/man8/ifenslave.8" | 27 | FILES_${PN} += "${mandir}/man8/ifenslave.8" |
| 26 | |||
| 27 | RDEPENDS_${PN} = "man" | ||
