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.bur...@arm.com> --- meta-networking/recipes-support/udpcast/udpcast_20230924.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-networking/recipes-support/udpcast/udpcast_20230924.bb b/meta-networking/recipes-support/udpcast/udpcast_20230924.bb index f93f9850a8..3dea7e2ef6 100644 --- a/meta-networking/recipes-support/udpcast/udpcast_20230924.bb +++ b/meta-networking/recipes-support/udpcast/udpcast_20230924.bb @@ -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" -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#115679): https://lists.openembedded.org/g/openembedded-devel/message/115679 Mute This Topic: https://lists.openembedded.org/mt/111399931/21656 Group Owner: openembedded-devel+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-