mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 00:32:14 +02:00
rm_work.bbclasS: Don't remove the pseudo database as it causes problems with meta-toolchin
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -15,7 +15,7 @@ do_rm_work () {
|
||||
do
|
||||
if [ `basename ${S}` = $dir ]; then
|
||||
rm -rf $dir
|
||||
elif [ $dir != 'temp' ]; then
|
||||
elif [ $dir != 'temp' -a $dir != 'pseudo' ]; then
|
||||
rm -rf $dir
|
||||
fi
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user