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

git at git.openembedded.org git at git.openembedded.org
Sun Jul 30 07:46:50 UTC 2017


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

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

commit 7a045f6df2366026d28fe8d36e6d594ce5aa559a
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