mirror of
https://git.yoctoproject.org/poky
synced 2026-02-15 21:23:04 +01:00
xmlto: Don't hardcode the path to tail
We don't need to hardcode a path to tail, follow the other tools examples and don't specify a path since PATH is good enough for us. (From OE-Core rev: 1a1e70304932cce5ad194e0a7ebb495da7b24c2e) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -26,7 +26,7 @@ RDEPENDS_${PN}_append_class-target = " \
|
||||
libxslt-bin \
|
||||
coreutils \
|
||||
"
|
||||
CACHED_CONFIGUREVARS += "ac_cv_path_TAIL=${bindir}/tail"
|
||||
CACHED_CONFIGUREVARS += "ac_cv_path_TAIL=tail"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user