summaryrefslogtreecommitdiffstats
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-26 15:30:40 +0000
commitcd0fb6c0e718af510aee057df9a1f49634fe226e (patch)
tree7ff3716bd4a591d8122f05316b985bb250aeb236
parentb0a4a761aab0ca42659e56bdc23ee7282857e9eb (diff)
downloadpoky-cd0fb6c0e718af510aee057df9a1f49634fe226e.tar.gz
xmlto: Fix reproducibility
Don't hardcode the host's grep path into xmlto. (From OE-Core rev: efbe26600076c4fe2df1f45ce3cfc20c379bdd26) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit a7d78971df193c321c309481749fc30cae77788c) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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