[oe-commits] [openembedded-core] 07/11: module.bbclass: move make scripts earlier

git at git.openembedded.org git at git.openembedded.org
Thu Jul 27 21:37:48 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 0967ad3d7753de1064cce328985cd4ee55cb2726
Author: California Sullivan <california.l.sullivan at intel.com>
AuthorDate: Thu Jul 27 11:14:06 2017 -0700

    module.bbclass: move make scripts earlier
    
    Some out of tree modules require the scripts for configuration. For
    example, backport-iwlwifi.
    
    Signed-off-by: California Sullivan <california.l.sullivan at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/classes/module.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/module.bbclass b/meta/classes/module.bbclass
index 391776d..78d1b21 100644
--- a/meta/classes/module.bbclass
+++ b/meta/classes/module.bbclass
@@ -1,6 +1,6 @@
 inherit module-base kernel-module-split pkgconfig
 
-addtask make_scripts after do_prepare_recipe_sysroot before do_compile
+addtask make_scripts after do_prepare_recipe_sysroot before do_configure
 do_make_scripts[lockfiles] = "${TMPDIR}/kernel-scripts.lock"
 do_make_scripts[depends] += "virtual/kernel:do_shared_workdir"
 

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


More information about the Openembedded-commits mailing list