From: Ross Burton <[email protected]> autoreconf will see that the configure.ac uses gtk-doc and will call gtkdocize, but we can't actually build the documentation due to dependency loops so forcibly tell autoreconf not to do this.
Signed-off-by: Ross Burton <[email protected]> --- meta/recipes-core/util-linux/util-linux.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-core/util-linux/util-linux.inc b/meta/recipes-core/util-linux/util-linux.inc index 952a680a849..5592c14b732 100644 --- a/meta/recipes-core/util-linux/util-linux.inc +++ b/meta/recipes-core/util-linux/util-linux.inc @@ -39,3 +39,6 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/utils/util-linux/v${MAJOR_VERSION}/util-lin " SRC_URI[sha256sum] = "87abdfaa8e490f8be6dde976f7c80b9b5ff9f301e1b67e3899e1f05a59a1531f" + +# gtk-doc is not enabled as it requires xmlto which requires util-linux +EXTRA_AUTORECONF += "--exclude=gtkdocize" -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#192202): https://lists.openembedded.org/g/openembedded-core/message/192202 Mute This Topic: https://lists.openembedded.org/mt/103129932/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
