diff options
| author | Ross Burton <ross.burton@arm.com> | 2025-02-26 12:35:51 +0000 |
|---|---|---|
| committer | Ross Burton <ross.burton@arm.com> | 2025-02-27 20:28:17 +0000 |
| commit | d5e53109905217f231247b59b9bc67c4d8a0e9c9 (patch) | |
| tree | 0a71e78fb1eccca76db7e6f99cc3c9d4838d26ca /meta-oe | |
| parent | 26061b431809918684a68c4c312c1cf01ab06585 (diff) | |
| download | meta-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.bb | 3 |
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 | ||
| 42 | export AUTOHEADER = "true" | 42 | export AUTOHEADER = "true" |
| 43 | 43 | ||
| 44 | # Needed for manpages.bbclass, but they're always installed | ||
| 45 | PACKAGECONFIG[manpages] = "" | ||
| 46 | |||
| 44 | do_configure () { | 47 | do_configure () { |
| 45 | gnu-configize --force ${S} | 48 | gnu-configize --force ${S} |
| 46 | oe_runconf | 49 | oe_runconf |
