summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/xmlto
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2017-01-30 23:18:28 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-01-31 23:47:33 +0000
commitec3d83f9a90288403b96be25da855fa280aadd8d (patch)
treeff18788d2ae41ff76bda5003405140db5bad9549 /meta/recipes-devtools/xmlto
parent9852db9d22b496221930ce10b9fa325083778200 (diff)
downloadpoky-ec3d83f9a90288403b96be25da855fa280aadd8d.tar.gz
xmlto: Don't hardcode the path to tail
We don't need to hardcode a path to tail, follow the other tools examples and don't specify a path since PATH is good enough for us. (From OE-Core rev: 1a1e70304932cce5ad194e0a7ebb495da7b24c2e) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/xmlto')
-rw-r--r--meta/recipes-devtools/xmlto/xmlto_0.0.28.bb2
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 aaaeb6eb2f..ce5d1e0c50 100644
--- a/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb
+++ b/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb
@@ -26,7 +26,7 @@ RDEPENDS_${PN}_append_class-target = " \
26 libxslt-bin \ 26 libxslt-bin \
27 coreutils \ 27 coreutils \
28" 28"
29CACHED_CONFIGUREVARS += "ac_cv_path_TAIL=${bindir}/tail" 29CACHED_CONFIGUREVARS += "ac_cv_path_TAIL=tail"
30 30
31BBCLASSEXTEND = "native" 31BBCLASSEXTEND = "native"
32 32