From: Richard Purdie Date: Sat, 4 Feb 2017 17:30:15 +0000 (+0000) Subject: staging: Don't put ptest files into the sysroot X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~22597 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61591fe2eea588ff92ff7f81f2ed8844617f5307;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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. Signed-off-by: Richard Purdie --- diff --git a/meta/classes/staging.bbclass b/meta/classes/staging.bbclass index 93d31ebb514..b92bdaf490d 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() {