mirror of
https://git.yoctoproject.org/poky
synced 2026-04-05 08:02:25 +02: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 \
|
||||
coreutils \
|
||||
"
|
||||
CACHED_CONFIGUREVARS += "ac_cv_path_TAIL=tail"
|
||||
CACHED_CONFIGUREVARS += "ac_cv_path_TAIL=tail ac_cv_path_GREP=grep"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user