From: Robert Yang <liezhi.yang@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH 1/1] xmlto: fix depends for native
Date: Wed, 10 Aug 2016 10:20:36 +0800 [thread overview]
Message-ID: <57AA8F74.9000400@windriver.com> (raw)
In-Reply-To: <0b7f903f8c74204bb48cc74ce1a6957534ac9ede.1470635157.git.liezhi.yang@windriver.com>
After talked with Ming, we should use his patch:
xmlto: adds libxslt to DEPENDS
My patch moved libxslt-bin from RDEPENDS_${PN}_append_class-target to
RDEPENDS_${PN} but renamed to libxslt, which will cause libxslt to
be installed on target but not libxslt-bin.
// Robert
On 08/08/2016 01:46 PM, Robert Yang wrote:
> xmlto-native requires xsltproc which is provided by libxslt to run.
> Fixed:
> xmlto: Can't continue, xsltproc tool not found or not executable.
>
> Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
> ---
> meta/recipes-devtools/xmlto/xmlto_0.0.28.bb | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb b/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb
> index 886e7b4..d6f2e92 100644
> --- a/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb
> +++ b/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb
> @@ -20,9 +20,9 @@ RDEPENDS_${PN} = "docbook-xml-dtd4 \
> util-linux \
> libxml2 \
> bash \
> + libxslt \
> "
> RDEPENDS_${PN}_append_class-target = " \
> - libxslt-bin \
> coreutils \
> "
> CACHED_CONFIGUREVARS += "ac_cv_path_TAIL=${bindir}/tail"
>
prev parent reply other threads:[~2016-08-10 2:20 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-08 5:46 [PATCH 0/1] xmlto: fix depends for native Robert Yang
2016-08-08 5:46 ` [PATCH 1/1] " Robert Yang
2016-08-10 2:20 ` Robert Yang [this message]
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=57AA8F74.9000400@windriver.com \
--to=liezhi.yang@windriver.com \
--cc=openembedded-core@lists.openembedded.org \
/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.