All of lore.kernel.org
 help / color / mirror / Atom feed
From: Robert Yang <liezhi.yang@windriver.com>
To: Ming Liu <liu.ming50@gmail.com>,
	<openembedded-core@lists.openembedded.org>
Cc: yue.tao@windriver.com, Ming Liu <peter.x.liu@external.atlascopco.com>
Subject: Re: [PATCH] xmlto: adds libxslt to DEPENDS
Date: Tue, 9 Aug 2016 15:58:54 +0800	[thread overview]
Message-ID: <57A98D3E.70106@windriver.com> (raw)
In-Reply-To: <1470729188-24979-1-git-send-email-liu.ming50@gmail.com>

Hi Ming,

I sent a similar patch yesterday:

[OE-core] [PATCH 0/1] xmlto: fix depends for native

http://cgit.openembedded.org/openembedded-core-contrib/commit/?h=rbt/xml&id=0b7f903f8c74204bb48cc74ce1a6957534ac9ede

// Robert

On 08/09/2016 03:53 PM, Ming Liu wrote:
> From: Ming Liu <peter.x.liu@external.atlascopco.com>
>
> The native libxslt-bin is needed by xmlto-native, but it's not in either
> DEPENDS or RDEPENDS of native xmlto.
>
> This fixes a following error per test:
> | xmlto: Can't continue, xsltproc tool not found or not executable.
> | make[2]: *** [/mnt/OE/build/tmp-glibc/work/qemux86-oe-linux/perf/1.0-r9/perf-1.0/perf-annotate.1] Error 3
> | make[2]: *** Waiting for unfinished jobs....
>
> Signed-off-by: Ming Liu <peter.x.liu@external.atlascopco.com>
> ---
>   meta/recipes-devtools/xmlto/xmlto_0.0.28.bb | 3 +++
>   1 file changed, 3 insertions(+)
>
> diff --git a/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb b/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb
> index 886e7b4..cc4bccd 100644
> --- a/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb
> +++ b/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb
> @@ -14,6 +14,9 @@ SRC_URI[sha256sum] = "2f986b7c9a0e9ac6728147668e776d405465284e13c74d4146c9cbc51f
>
>   inherit autotools
>
> +# xmlto-native needs libxslt-native
> +DEPENDS = "libxslt"
> +
>   # xmlto needs getopt/xmllint/xsltproc/bash/tail at runtime
>   RDEPENDS_${PN} = "docbook-xml-dtd4 \
>                     docbook-xsl-stylesheets \
>


  reply	other threads:[~2016-08-09  7:59 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-09  7:53 [PATCH] xmlto: adds libxslt to DEPENDS Ming Liu
2016-08-09  7:58 ` Robert Yang [this message]
2016-08-09  8:33   ` Liu Ming

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=57A98D3E.70106@windriver.com \
    --to=liezhi.yang@windriver.com \
    --cc=liu.ming50@gmail.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=peter.x.liu@external.atlascopco.com \
    --cc=yue.tao@windriver.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.