mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 03:32:12 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
d299ec06db
commit
b0ec81732a
@@ -32,7 +32,7 @@ SYSROOT_DIRS_BLACKLIST = " \
|
||||
${datadir}/gtk-doc/html \
|
||||
${datadir}/locale \
|
||||
${datadir}/pixmaps \
|
||||
${libdir}/${PN}/ptest \
|
||||
${libdir}/${BPN}/ptest \
|
||||
"
|
||||
|
||||
sysroot_stage_dir() {
|
||||
|
||||
Reference in New Issue
Block a user