mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +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:
parent
86b462068c
commit
b47421e745
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user