[gnome-continuous-yocto/gnomeostree-3.28-rocko: 4438/8267] xmlto: Don't hardcode the path to tail



commit ec3d83f9a90288403b96be25da855fa280aadd8d
Author: Richard Purdie <richard purdie linuxfoundation org>
Date:   Mon Jan 30 23:18:28 2017 +0000

    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>

 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 aaaeb6e..ce5d1e0 100644
--- a/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb
+++ b/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb
@@ -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"
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]