[oe-commits] [openembedded-core] 09/26: insane.bbclass: Add missing dependencies

git at git.openembedded.org git at git.openembedded.org
Wed Mar 1 15:51:18 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit cf351eb49c44d9cbba82392f3331e7cba0c0d0ee
Author: Mariano Lopez <mariano.lopez at linux.intel.com>
AuthorDate: Tue Feb 21 12:20:35 2017 -0600

    insane.bbclass: Add missing dependencies
    
    package_qa task requires some tools installed in sysroot; with
    the introduction of recipe specific sysroot this task won't
    have such tools installed if it's forced to run.
    
    Signed-off-by: Mariano Lopez <mariano.lopez at linux.intel.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/classes/insane.bbclass | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass
index e8e54f0..6a34bd5 100644
--- a/meta/classes/insane.bbclass
+++ b/meta/classes/insane.bbclass
@@ -1221,6 +1221,9 @@ python do_package_qa () {
     bb.note("DONE with PACKAGE QA")
 }
 
+# binutils is used for most checks, so need to set as dependency
+# POPULATESYSROOTDEPS is defined in staging class.
+do_package_qa[depends] += "${POPULATESYSROOTDEPS}"
 do_package_qa[vardepsexclude] = "BB_TASKDEPDATA"
 do_package_qa[rdeptask] = "do_packagedata"
 addtask do_package_qa after do_packagedata do_package before do_build

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list