mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
zsh: add missing manpages PACKAGECONFIG
If zsh is built with the api-documentation enabled, the manpages.bbclass adds the 'manpages' PACKAGECONFIG but this isn't defined: ERROR: zsh-5.9-r0 do_configure: QA Issue: zsh: invalid PACKAGECONFIG: manpages [invalid-packageconfig] zsh doesn't have an option to disable the manpages, so add a stub PACKAGECONFIG to silence this error. Signed-off-by: Ross Burton <ross.burton@arm.com>
This commit is contained in:
parent
26061b4318
commit
d5e5310990
@ -41,6 +41,9 @@ ALTERNATIVE_PRIORITY = "90"
|
||||
|
||||
export AUTOHEADER = "true"
|
||||
|
||||
# Needed for manpages.bbclass, but they're always installed
|
||||
PACKAGECONFIG[manpages] = ""
|
||||
|
||||
do_configure () {
|
||||
gnu-configize --force ${S}
|
||||
oe_runconf
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user