diff options
-rw-r--r-- | meta/recipes-devtools/xmlto/xmlto_0.0.28.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb b/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb index 14d10094c6d..886e7b4b931 100644 --- a/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb +++ b/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb @@ -20,10 +20,10 @@ RDEPENDS_${PN} = "docbook-xml-dtd4 \ util-linux \ libxml2 \ bash \ - coreutils \ " RDEPENDS_${PN}_append_class-target = " \ libxslt-bin \ + coreutils \ " CACHED_CONFIGUREVARS += "ac_cv_path_TAIL=${bindir}/tail" |