[oe-commits] [openembedded-core] 07/35: man-pages: respect api-documentation

git at git.openembedded.org git at git.openembedded.org
Sat Aug 11 10:07:33 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 4b079b803867c3e3f7d68d816b072f4de40944dd
Author: Martin Jansa <martin.jansa at gmail.com>
AuthorDate: Thu Aug 9 13:39:45 2018 +0000

    man-pages: respect api-documentation
    
    * let manpages.bbclass to enable manpages PACKAGECONFIG based on
      api-documentation DISTRO_FEATURES
      PACKAGECONFIG_append_class-target = " ${@bb.utils.contains('DISTRO_FEATURES', 'api-documentation', 'manpages','', d)}"
    * it's true that building man-pages without manpages being enabled
      doesn't make much sense, but it's included through couple
      packagegroups:
      meta/recipes-core/packagegroups/packagegroup-self-hosted.bb:    man-pages \
      meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb:    man-pages \
      or in world even for people who might not be interested
      in man-pages
    
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-extended/man-pages/man-pages_4.16.bb | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/meta/recipes-extended/man-pages/man-pages_4.16.bb b/meta/recipes-extended/man-pages/man-pages_4.16.bb
index 0fa124f..a64587c 100644
--- a/meta/recipes-extended/man-pages/man-pages_4.16.bb
+++ b/meta/recipes-extended/man-pages/man-pages_4.16.bb
@@ -14,8 +14,7 @@ inherit manpages
 
 MAN_PKG = "${PN}"
 
-# help manpages.bbclass deal with RDEPNDS and postinstall scripts
-PACKAGECONFIG = "manpages"
+PACKAGECONFIG ??= ""
 PACKAGECONFIG[manpages] = ""
 
 do_configure[noexec] = "1"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list