[gnome-continuous-yocto/gnomeostree-3.28-rocko: 4530/8267] staging: Don't put ptest files into the sysroot



commit c8b280e8a47b36abfb4368b3f1023ba57eb5bc5a
Author: Richard Purdie <richard purdie linuxfoundation org>
Date:   Sat Feb 4 17:30:15 2017 +0000

    staging: Don't put ptest files into the sysroot
    
    This wastes space/time as the ptest files aren't going to be used in the
    sysroot so add them to the blacklist.
    
    (From OE-Core rev: 61591fe2eea588ff92ff7f81f2ed8844617f5307)
    
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 meta/classes/staging.bbclass |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/meta/classes/staging.bbclass b/meta/classes/staging.bbclass
index 93d31eb..b92bdaf 100644
--- a/meta/classes/staging.bbclass
+++ b/meta/classes/staging.bbclass
@@ -31,6 +31,7 @@ SYSROOT_DIRS_BLACKLIST = " \
     ${datadir}/applications \
     ${datadir}/fonts \
     ${datadir}/pixmaps \
+    ${libdir}/${PN}/ptest \
 "
 
 sysroot_stage_dir() {


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