]> code.ossystems Code Review - openembedded-core.git/commitdiff
base.bbclass: Add note from OE
authorRichard Purdie <richard@openedhand.com>
Mon, 29 Oct 2007 15:20:25 +0000 (15:20 +0000)
committerRichard Purdie <richard@openedhand.com>
Mon, 29 Oct 2007 15:20:25 +0000 (15:20 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3018 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/classes/base.bbclass

index 2196aec631172e4921d97982f01d0890ced105bc..c504f78283539fcbc2ca9d0387bd254843bc4c54 100644 (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() {