base.bbclass: Add note from OE

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3018 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2007-10-29 15:20:25 +00:00
parent c107af790f
commit 82e5d0de4d
1 changed files with 1 additions and 0 deletions

View File

@ -700,6 +700,7 @@ python do_populate_staging () {
addtask install after do_compile
do_install[dirs] = "${D} ${S} ${B}"
# Remove and re-create ${D} so that is it guaranteed to be empty
do_install[cleandirs] = "${D}"
base_do_install() {