summaryrefslogtreecommitdiffstats
path: root/meta
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-03-04 17:39:08 +0000
commitc9d46d25155caf4e2deabce52177abc669b8b1ce (patch)
tree1729147678ff8d3c8f7b2e7a5d2648b6baa55ed2 /meta
parentd680ca79622eede1dcde476141b83e4474edcbbc (diff)
downloadpoky-c9d46d25155caf4e2deabce52177abc669b8b1ce.tar.gz
xmlto: Fix reproducibility
Don't hardcode the host's grep path into xmlto. (From OE-Core rev: 987562f2ebfa9252a51106bc0198a1604c4e3df0) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit a7d78971df193c321c309481749fc30cae77788c) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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