From: Richard Purdie Date: Mon, 15 Feb 2021 23:46:06 +0000 (+0000) Subject: xmlto: Fix reproducibility X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~8775 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7d78971df193c321c309481749fc30cae77788c;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git xmlto: Fix reproducibility Don't hardcode the host's grep path into xmlto. Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb b/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb index 7d27c43c830..5ed2709e311 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 = " \ libxslt-bin \ coreutils \ " -CACHED_CONFIGUREVARS += "ac_cv_path_TAIL=tail" +CACHED_CONFIGUREVARS += "ac_cv_path_TAIL=tail ac_cv_path_GREP=grep" BBCLASSEXTEND = "native"