diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-02-15 23:46:06 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-02-16 11:28:17 +0000 |
commit | b47421e7451d0c6fdfd06afe614ef5a10e8f08d6 (patch) | |
tree | 8656edbfdadda9f02bcc7e2ad7211547ce45ea99 /meta | |
parent | 86b462068cdbef3c5291edcbffce4db8c4834d98 (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-devtools/xmlto/xmlto_0.0.28.bb | 2 |
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 | " |
32 | CACHED_CONFIGUREVARS += "ac_cv_path_TAIL=tail" | 32 | CACHED_CONFIGUREVARS += "ac_cv_path_TAIL=tail ac_cv_path_GREP=grep" |
33 | 33 | ||
34 | BBCLASSEXTEND = "native" | 34 | BBCLASSEXTEND = "native" |
35 | 35 | ||