* [PATCH 0/1] xmlto: fix depends for native
@ 2016-08-08 5:46 Robert Yang
2016-08-08 5:46 ` [PATCH 1/1] " Robert Yang
0 siblings, 1 reply; 3+ messages in thread
From: Robert Yang @ 2016-08-08 5:46 UTC (permalink / raw)
To: openembedded-core
The following changes since commit c4dda05cb9755cb865c1d1bd142196f8a9f45d3d:
Revert "packagegroup-core-x11-base.bb: replace pointercal with pointercal-xinput" (2016-08-04 20:54:57 +0100)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib rbt/xml
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rbt/xml
Robert Yang (1):
xmlto: fix depends for native
meta/recipes-devtools/xmlto/xmlto_0.0.28.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
2.9.0
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/1] xmlto: fix depends for native
2016-08-08 5:46 [PATCH 0/1] xmlto: fix depends for native Robert Yang
@ 2016-08-08 5:46 ` Robert Yang
2016-08-10 2:20 ` Robert Yang
0 siblings, 1 reply; 3+ messages in thread
From: Robert Yang @ 2016-08-08 5:46 UTC (permalink / raw)
To: openembedded-core
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"
--
2.9.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 1/1] xmlto: fix depends for native
2016-08-08 5:46 ` [PATCH 1/1] " Robert Yang
@ 2016-08-10 2:20 ` Robert Yang
0 siblings, 0 replies; 3+ messages in thread
From: Robert Yang @ 2016-08-10 2:20 UTC (permalink / raw)
To: openembedded-core
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"
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-08-10 2:20 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox