summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/xmlto/xmlto_0.0.28.bb')
-rw-r--r--meta/recipes-devtools/xmlto/xmlto_0.0.28.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb b/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb
index d988e1ffce..1214901b65 100644
--- a/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb
+++ b/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb
@@ -18,14 +18,14 @@ CLEANBROKEN = "1"
18 18
19DEPENDS = "libxml2-native" 19DEPENDS = "libxml2-native"
20 20
21RDEPENDS_${PN} = "docbook-xml-dtd4 \ 21RDEPENDS:${PN} = "docbook-xml-dtd4 \
22 docbook-xsl-stylesheets \ 22 docbook-xsl-stylesheets \
23 util-linux \ 23 util-linux \
24 libxml2 \ 24 libxml2 \
25 libxslt \ 25 libxslt \
26 bash \ 26 bash \
27" 27"
28RDEPENDS_${PN}_append_class-target = " \ 28RDEPENDS:${PN}:append:class-target = " \
29 libxml2-utils \ 29 libxml2-utils \
30 libxslt-bin \ 30 libxslt-bin \
31 coreutils \ 31 coreutils \
@@ -34,9 +34,9 @@ CACHED_CONFIGUREVARS += "ac_cv_path_TAIL=tail ac_cv_path_GREP=grep"
34 34
35BBCLASSEXTEND = "native" 35BBCLASSEXTEND = "native"
36 36
37EXTRA_OECONF_append = " BASH=/bin/bash GCP=/bin/cp XMLLINT=xmllint XSLTPROC=xsltproc" 37EXTRA_OECONF:append = " BASH=/bin/bash GCP=/bin/cp XMLLINT=xmllint XSLTPROC=xsltproc"
38 38
39do_install_append_class-native() { 39do_install:append:class-native() {
40 create_wrapper ${D}${bindir}/xmlto XML_CATALOG_FILES=${sysconfdir}/xml/catalog 40 create_wrapper ${D}${bindir}/xmlto XML_CATALOG_FILES=${sysconfdir}/xml/catalog
41} 41}
42 42