From: Alexander Kanavin Date: Wed, 8 Jan 2020 13:27:50 +0000 (+0100) Subject: staging.bbclass: correctly exclude ptest directories X-Git-Tag: uninative-2.8~629 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=11d053764338465adbec2d0c31bad0387e36405d;p=openembedded-core.git staging.bbclass: correctly exclude ptest directories They were not excluded when multilib variants were being built. Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- diff --git a/meta/classes/staging.bbclass b/meta/classes/staging.bbclass index 7e108950f5..4dd2ed0101 100644 --- a/meta/classes/staging.bbclass +++ b/meta/classes/staging.bbclass @@ -32,7 +32,7 @@ SYSROOT_DIRS_BLACKLIST = " \ ${datadir}/gtk-doc/html \ ${datadir}/locale \ ${datadir}/pixmaps \ - ${libdir}/${PN}/ptest \ + ${libdir}/${BPN}/ptest \ " sysroot_stage_dir() {