[oe-commits] [openembedded-core] 06/24: module.bbclass: Add inherit of pkgconfig

git at git.openembedded.org git at git.openembedded.org
Wed Mar 8 11:27: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 554672d5f649eaf6a7d76f79520304415d926a3e
Author: Peter Kjellerstedt <peter.kjellerstedt at axis.com>
AuthorDate: Fri Mar 3 22:38:58 2017 +0100

    module.bbclass: Add inherit of pkgconfig
    
    This is needed for the make_scripts task.
    
    Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt at axis.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 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 a588873..99b7ebc 100644
--- a/meta/classes/module.bbclass
+++ b/meta/classes/module.bbclass
@@ -1,4 +1,4 @@
-inherit module-base kernel-module-split
+inherit module-base kernel-module-split pkgconfig
 
 addtask make_scripts after do_prepare_recipe_sysroot before do_compile
 do_make_scripts[lockfiles] = "${TMPDIR}/kernel-scripts.lock"

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


More information about the Openembedded-commits mailing list