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:
@@ -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"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user