diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-01-08 14:27:50 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-01-10 21:18:21 +0000 |
commit | b0ec81732a251aae397d195d30867266e8dc462e (patch) | |
tree | fe15f48b5db7c178f55a046ecc855bc67f20a03d | |
parent | d299ec06db4ca8085ce5e1a2af3b5337b728d003 (diff) | |
download | poky-b0ec81732a251aae397d195d30867266e8dc462e.tar.gz |
staging.bbclass: correctly exclude ptest directories
They were not excluded when multilib variants were being built.
(From OE-Core rev: 11d053764338465adbec2d0c31bad0387e36405d)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/classes/staging.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
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 = " \ | |||
32 | ${datadir}/gtk-doc/html \ | 32 | ${datadir}/gtk-doc/html \ |
33 | ${datadir}/locale \ | 33 | ${datadir}/locale \ |
34 | ${datadir}/pixmaps \ | 34 | ${datadir}/pixmaps \ |
35 | ${libdir}/${PN}/ptest \ | 35 | ${libdir}/${BPN}/ptest \ |
36 | " | 36 | " |
37 | 37 | ||
38 | sysroot_stage_dir() { | 38 | sysroot_stage_dir() { |