[gnome-continuous-yocto/gnomeostree-3.28-rocko: 6239/8267] diffutils: prevent host path leaks, set pr path



commit f1a5c7c53be36bbee3b7476b336bab5a04c2d46d
Author: Jussi Kukkonen <jussi kukkonen intel com>
Date:   Fri Jun 9 10:36:18 2017 +0300

    diffutils: prevent host path leaks, set pr path
    
    Note that this just removes a host path leakage: diffutils still
    doesn't depend on coreutils so 'pr' might not actually be there
    on image (this only breaks "diff -l" so no big deal).
    
    (From OE-Core rev: 3f7fd738981752a8c34c6cf4a1f2d4c035b081ca)
    
    Signed-off-by: Jussi Kukkonen <jussi kukkonen intel com>
    Signed-off-by: Ross Burton <ross burton intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 meta/recipes-extended/diffutils/diffutils_3.5.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/meta/recipes-extended/diffutils/diffutils_3.5.bb 
b/meta/recipes-extended/diffutils/diffutils_3.5.bb
index 354a6e8..a4fc27b 100644
--- a/meta/recipes-extended/diffutils/diffutils_3.5.bb
+++ b/meta/recipes-extended/diffutils/diffutils_3.5.bb
@@ -11,7 +11,7 @@ SRC_URI = "${GNU_MIRROR}/diffutils/diffutils-${PV}.tar.xz \
 SRC_URI[md5sum] = "569354697ff1cfc9a9de3781361015fa"
 SRC_URI[sha256sum] = "dad398ccd5b9faca6b0ab219a036453f62a602a56203ac659b43e889bec35533"
 
-EXTRA_OECONF += "--without-libsigsegv-prefix"
+EXTRA_OECONF += "ac_cv_path_PR_PROGRAM=${bindir}/pr --without-libsigsegv-prefix"
 
 # Fix "Argument list too long" error when len(TMPDIR) = 410
 acpaths = "-I ./m4"


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