From: Richard Purdie Date: Mon, 29 Oct 2007 15:54:02 +0000 (+0000) Subject: base.bbclass: Move do_install note to more appropriate place X-Git-Tag: Release-2010-05/1~8454^2~88 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a8c887ee370ce0bb2153d474e7f1321b89c21d1;p=openembedded.git base.bbclass: Move do_install note to more appropriate place --- diff --git a/classes/base.bbclass b/classes/base.bbclass index 8904b97883..c504f78283 100644 --- a/classes/base.bbclass +++ b/classes/base.bbclass @@ -387,9 +387,6 @@ oe_machinstall() { fi } -# Remove and re-create ${D} so that is it guaranteed to be empty -do_install[cleandirs] = "${D}" - addtask listtasks do_listtasks[nostamp] = "1" python do_listtasks() { @@ -703,6 +700,8 @@ 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() { :