base.bbclass: add ${D} to do_install[dirs] to fix some issues introduced by the task...
authorKoen Kooi <koen@openembedded.org>
Sun, 17 Sep 2006 11:32:03 +0000 (11:32 +0000)
committerKoen Kooi <koen@openembedded.org>
Sun, 17 Sep 2006 11:32:03 +0000 (11:32 +0000)
classes/base.bbclass

index 0a28194..15d1387 100644 (file)
@@ -573,7 +573,7 @@ python do_populate_staging () {
 }
 
 addtask install after do_compile 
-do_install[dirs] = "${S} ${B}"
+do_install[dirs] = "${S} ${B} ${D}"
 
 base_do_install() {
        :