base.bbclass: attempt to fix the case where do_install wants to run from inside ${D}
authorKoen Kooi <koen@openembedded.org>
Sun, 17 Sep 2006 12:25:26 +0000 (12:25 +0000)
committerKoen Kooi <koen@openembedded.org>
Sun, 17 Sep 2006 12:25:26 +0000 (12:25 +0000)
classes/base.bbclass

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