[oe-commits] Richard Purdie : insane: Ensure do_package_qa happens after do_packagedata

git at git.openembedded.org git at git.openembedded.org
Wed Jul 16 09:32:00 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: fa325e44f5b429b4038022b31285af9c94672943
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=fa325e44f5b429b4038022b31285af9c94672943

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Fri Jul 11 23:17:40 2014 +0100

insane: Ensure do_package_qa happens after do_packagedata

We're relying on the packagedata being available for this task to work
correctly so lets ensure it is with the correct dependency.

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/classes/insane.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass
index 9ffe675..106ace7 100644
--- a/meta/classes/insane.bbclass
+++ b/meta/classes/insane.bbclass
@@ -917,7 +917,7 @@ python do_package_qa () {
     bb.note("DONE with PACKAGE QA")
 }
 
-addtask do_package_qa after do_package before do_build
+addtask do_package_qa after do_packagedata do_package before do_build
 
 SSTATETASKS += "do_package_qa"
 do_package_qa[sstate-inputdirs] = ""



More information about the Openembedded-commits mailing list