summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-02-15 23:46:06 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-02-16 11:28:17 +0000
commitb47421e7451d0c6fdfd06afe614ef5a10e8f08d6 (patch)
tree8656edbfdadda9f02bcc7e2ad7211547ce45ea99 /meta/recipes-devtools/xmlto/xmlto_0.0.28.bb
parent86b462068cdbef3c5291edcbffce4db8c4834d98 (diff)
downloadpoky-b47421e7451d0c6fdfd06afe614ef5a10e8f08d6.tar.gz
xmlto: Fix reproducibility
Don't hardcode the host's grep path into xmlto. (From OE-Core rev: a7d78971df193c321c309481749fc30cae77788c) 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.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 7d27c43c83..5ed2709e31 100644
--- a/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb
+++ b/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb
@@ -29,7 +29,7 @@ RDEPENDS_${PN}_append_class-target = " \
29 libxslt-bin \ 29 libxslt-bin \
30 coreutils \ 30 coreutils \
31" 31"
32CACHED_CONFIGUREVARS += "ac_cv_path_TAIL=tail" 32CACHED_CONFIGUREVARS += "ac_cv_path_TAIL=tail ac_cv_path_GREP=grep"
33 33
34BBCLASSEXTEND = "native" 34BBCLASSEXTEND = "native"
35 35