summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2025-02-26 12:35:51 +0000
committerRoss Burton <ross.burton@arm.com>2025-02-27 20:28:17 +0000
commitd5e53109905217f231247b59b9bc67c4d8a0e9c9 (patch)
tree0a71e78fb1eccca76db7e6f99cc3c9d4838d26ca /meta-oe
parent26061b431809918684a68c4c312c1cf01ab06585 (diff)
downloadmeta-openembedded-d5e53109905217f231247b59b9bc67c4d8a0e9c9.tar.gz
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>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-shells/zsh/zsh_5.9.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-shells/zsh/zsh_5.9.bb b/meta-oe/recipes-shells/zsh/zsh_5.9.bb
index 7940970e45..e867926f79 100644
--- a/meta-oe/recipes-shells/zsh/zsh_5.9.bb
+++ b/meta-oe/recipes-shells/zsh/zsh_5.9.bb
@@ -41,6 +41,9 @@ ALTERNATIVE_PRIORITY = "90"
41 41
42export AUTOHEADER = "true" 42export AUTOHEADER = "true"
43 43
44# Needed for manpages.bbclass, but they're always installed
45PACKAGECONFIG[manpages] = ""
46
44do_configure () { 47do_configure () {
45 gnu-configize --force ${S} 48 gnu-configize --force ${S}
46 oe_runconf 49 oe_runconf