summaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2025-02-26 17:22:17 +0000
committerKhem Raj <raj.khem@gmail.com>2025-02-26 12:43:31 -0800
commit3a2439edb56f6bc8dd5e76ea1926502af2fb1c38 (patch)
tree4f4689b74c4926df8b189df6056a171f2565bc63 /meta-networking
parentaaa88e94d999fdd622979b2fb27b05ee6337c49b (diff)
downloadmeta-openembedded-3a2439edb56f6bc8dd5e76ea1926502af2fb1c38.tar.gz
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>
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-support/udpcast/udpcast_20230924.bb2
1 files changed, 2 insertions, 0 deletions
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
18# Installation of rateGovernor.h fails without brokensep 18# Installation of rateGovernor.h fails without brokensep
19inherit autotools-brokensep manpages 19inherit autotools-brokensep manpages
20 20
21PACKAGECONFIG[manpages] = ""
22
21# pod2man required to build manpages 23# pod2man required to build manpages
22DEPENDS += "perl-native" 24DEPENDS += "perl-native"