From: Richard Purdie Date: Mon, 9 Nov 2009 14:07:11 +0000 (+0000) Subject: base.bbclass: Promote packagedata inherit to a direct inherit due to ordering issues X-Git-Tag: Release-2010-05/1~1728^2~26^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0fc2395bd61abaac94c670e671042f59c6d88e00;p=openembedded.git base.bbclass: Promote packagedata inherit to a direct inherit due to ordering issues Signed-off-by: Richard Purdie --- diff --git a/classes/base.bbclass b/classes/base.bbclass index 7f24482605..9de2c67af1 100644 --- a/classes/base.bbclass +++ b/classes/base.bbclass @@ -1008,7 +1008,7 @@ addtask build after do_populate_staging do_build = "" do_build[func] = "1" -INHERIT =+ "packagedata" +inherit packagedata # Functions that update metadata based on files outputted # during the build process.