[OE-core] [PATCH 4/8] xmlto: add version 0.0.25

Burton, Ross ross.burton at intel.com
Thu Jul 10 20:57:30 UTC 2014


On 9 July 2014 11:16, Hongxu Jia <hongxu.jia at windriver.com> wrote:
> +# To make sure these native packages ready before xmlto-native was invoked.
> +DEPENDS_class-native = " \
> +    docbook-xml-dtd4-native \
> +    docbook-xsl-stylesheets-native \
> +    util-linux-native \
> +    libxml2-native \
> +    libxslt-native \
> +"

Does this do what you want if xmlto-native is pulled in from sstate in
an empty tmp?

> +# xmlto needs getopt/xmllint/xsltproc at runtime
> +RDEPENDS_${PN}_class-target = " \
> +    docbook-xml-dtd4 \
> +    docbook-xsl-stylesheets \
> +    util-linux \
> +    libxml2 \
> +    libxslt-bin \
> +"

Don't bother with the -class-target override, they're general runtime
dependencies and not specific to the target build.

Ross



More information about the Openembedded-core mailing list