diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-05-26 07:45:30 -0700 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2017-06-28 10:27:12 -0400 |
commit | 0447148816b871a21124c0c9668604a140744b0b (patch) | |
tree | b52430a7beb2c2d6a18b32f6c9bd41b67de868ef /meta-networking/recipes-protocols | |
parent | 71a9e0af08ed2c6880274acd3008c570cc04d9a2 (diff) | |
download | meta-openembedded-0447148816b871a21124c0c9668604a140744b0b.tar.gz |
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@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking/recipes-protocols')
-rw-r--r-- | meta-networking/recipes-protocols/nopoll/nopoll_0.4.2.b297.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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 611374cab..1d77891d4 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 | |||
18 | 18 | ||
19 | inherit autotools pkgconfig | 19 | inherit autotools pkgconfig |
20 | 20 | ||
21 | EXTRA_OECONF += "--disable-nopoll-doc" | ||
22 | |||
21 | LDFLAGS += "-lpthread" | 23 | LDFLAGS += "-lpthread" |