From: Mike Crowe <mac@mcrowe.com>
To: Khem Raj <raj.khem@gmail.com>
Cc: openembedded-devel@lists.openembedded.org
Subject: Re: [oe] [meta-oe][PATCH] yasm: Only depend on xmlto when docs are enabled
Date: Wed, 24 Aug 2022 18:28:22 +0100 [thread overview]
Message-ID: <YwZftsa5qzXlqtqk@mcrowe.com> (raw)
In-Reply-To: <CAMKF1spmzy7HkzNA36TmsK7BjrkBxXsBvO1ZCo759Ygd-Qrk5w@mail.gmail.com>
On Wednesday 24 August 2022 at 09:05:05 -0700, Khem Raj wrote:
> On Wed, Aug 24, 2022 at 8:35 AM Mike Crowe via lists.openembedded.org <mac=
> mcrowe.com@lists.openembedded.org> wrote:
>
> > The yasm build system only requires xmlto when building its
> > documentation. It automatically detects whether it is present at
> > configure time.
>
>
> Does it also detect it from build machine ?
No, because of the recipe-specific sysroot it can't see my system version
of xmlto.
I have xmlto installed, yet log.do_configure contains:
checking for xmlto... no
configure: WARNING: xmlto not found, manpages will not be rebuilt.
> Perhaps better to turn the knob on and off explicitly as well for
> determinism
I couldn't find a --disable-doc/--without-xmlto knob otherwise I would have
done. :(
Or did you mean that I should explicitly set ac_cv_prog_XMLTO with
something like:
PACKAGECONFIG[docs] = ",ac_cv_prog_XMLTO='',xmlto-native,"
?
Thanks.
Mike.
next prev parent reply other threads:[~2022-08-24 17:28 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-24 15:35 [meta-oe][PATCH] yasm: Only depend on xmlto when docs are enabled Mike Crowe
2022-08-24 16:05 ` [oe] " Khem Raj
2022-08-24 17:28 ` Mike Crowe [this message]
2022-08-24 17:53 ` Khem Raj
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=YwZftsa5qzXlqtqk@mcrowe.com \
--to=mac@mcrowe.com \
--cc=openembedded-devel@lists.openembedded.org \
--cc=raj.khem@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.