diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-07-28 23:28:15 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-08-02 15:44:10 +0100 |
commit | bb6ddc3691ab04162ec5fd69a2d5e7876713fd15 (patch) | |
tree | 76e376b01253c3aace1a98a5021bcaad3c92e861 /meta/recipes-devtools/xmlto/xmlto_0.0.28.bb | |
parent | fcc456ee4b8f619134abb4649db53c638074082c (diff) | |
download | poky-bb6ddc3691ab04162ec5fd69a2d5e7876713fd15.tar.gz |
Convert to new override syntax
This is the result of automated script conversion:
scripts/contrib/convert-overrides.py <oe-core directory>
converting the metadata to use ":" as the override character instead of "_".
(From OE-Core rev: 42344347be29f0997cc2f7636d9603b1fe1875ae)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/xmlto/xmlto_0.0.28.bb')
-rw-r--r-- | meta/recipes-devtools/xmlto/xmlto_0.0.28.bb | 8 |
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 | ||
19 | DEPENDS = "libxml2-native" | 19 | DEPENDS = "libxml2-native" |
20 | 20 | ||
21 | RDEPENDS_${PN} = "docbook-xml-dtd4 \ | 21 | RDEPENDS:${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 | " |
28 | RDEPENDS_${PN}_append_class-target = " \ | 28 | RDEPENDS:${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 | ||
35 | BBCLASSEXTEND = "native" | 35 | BBCLASSEXTEND = "native" |
36 | 36 | ||
37 | EXTRA_OECONF_append = " BASH=/bin/bash GCP=/bin/cp XMLLINT=xmllint XSLTPROC=xsltproc" | 37 | EXTRA_OECONF:append = " BASH=/bin/bash GCP=/bin/cp XMLLINT=xmllint XSLTPROC=xsltproc" |
38 | 38 | ||
39 | do_install_append_class-native() { | 39 | do_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 | ||