[oe-commits] [meta-openembedded] 10/58: nopoll: Disable doc generation

git at git.openembedded.org git at git.openembedded.org
Mon Jun 26 13:25:58 UTC 2017


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

martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit d942a51b2e7e1e816a5e04a78d28ffc71a86f43b
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Fri May 26 07:45:30 2017 -0700

    nopoll: Disable doc generation
    
    This also fixes installed-vs-shipped build QA errors like
    ERROR: nopoll-0.4.2.b297-r0 do_package: QA Issue: nopoll: Files/directories were installed but not shipped in any package:
      /usr/bin
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-networking/recipes-protocols/nopoll/nopoll_0.4.2.b297.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-networking/recipes-protocols/nopoll/nopoll_0.4.2.b297.bb b/meta-networking/recipes-protocols/nopoll/nopoll_0.4.2.b297.bb
index 611374c..1d77891 100644
--- a/meta-networking/recipes-protocols/nopoll/nopoll_0.4.2.b297.bb
+++ b/meta-networking/recipes-protocols/nopoll/nopoll_0.4.2.b297.bb
@@ -18,4 +18,6 @@ SRC_URI[sha256sum] = "f5fbf8aaa16a77b0f265d8c847eb06cb3e68f2b1a50737466dae811816
 
 inherit autotools pkgconfig
 
+EXTRA_OECONF += "--disable-nopoll-doc"
+
 LDFLAGS += "-lpthread"

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


More information about the Openembedded-commits mailing list