mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
udpcast: add missing manpages PACKAGECONFIG
The manpages.bbclass adds the 'manpages' PACKAGECONFIG but this isn't
defined:
ERROR: QA Issue: udpcast: invalid PACKAGECONFIG: manpages [invalid-packageconfig]
There is not an option to disable the manpages, so add a stub
PACKAGECONFIG to silence this error.
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
aaa88e94d9
commit
3a2439edb5
|
|
@ -18,5 +18,7 @@ SRC_URI[sha256sum] = "17b5cd8b1e54f7e2e53357ac02ee86e4198bf704096987a03a3b5c402a
|
|||
# Installation of rateGovernor.h fails without brokensep
|
||||
inherit autotools-brokensep manpages
|
||||
|
||||
PACKAGECONFIG[manpages] = ""
|
||||
|
||||
# pod2man required to build manpages
|
||||
DEPENDS += "perl-native"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user