1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 12:29:55 +00:00

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>
This commit is contained in:
Richard Purdie
2021-02-15 23:46:06 +00:00
parent 86b462068c
commit b47421e745
+1 -1
View File
@@ -29,7 +29,7 @@ RDEPENDS_${PN}_append_class-target = " \
libxslt-bin \ libxslt-bin \
coreutils \ coreutils \
" "
CACHED_CONFIGUREVARS += "ac_cv_path_TAIL=tail" CACHED_CONFIGUREVARS += "ac_cv_path_TAIL=tail ac_cv_path_GREP=grep"
BBCLASSEXTEND = "native" BBCLASSEXTEND = "native"