[oe-commits] [openembedded-core] 02/15: kernel: Added bc-native as DEPENDS

git at git.openembedded.org git at git.openembedded.org
Mon Sep 11 09:48:27 UTC 2017


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

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

commit a3778df1699ac8a1e80cae6886b41bfcbbebc016
Author: Alejandro Hernandez <alejandro.hernandez at linux.intel.com>
AuthorDate: Fri Sep 8 16:21:38 2017 -0700

    kernel: Added bc-native as DEPENDS
    
    The makefile checks for bc during for compilation
    
    [YOCTO #6781]
    
    Signed-off-by: Alejandro Hernandez <alejandro.hernandez at linux.intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
    (cherry picked from commit c067e52cffe002de3b39aa1bced308dd532859c1)
    Signed-off-by: Andre McCurdy <armccurdy at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/classes/kernel.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass
index 58b0ec8..922752b 100644
--- a/meta/classes/kernel.bbclass
+++ b/meta/classes/kernel.bbclass
@@ -1,7 +1,7 @@
 inherit linux-kernel-base kernel-module-split
 
 PROVIDES += "virtual/kernel"
-DEPENDS += "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}gcc kmod-native depmodwrapper-cross"
+DEPENDS += "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}gcc kmod-native depmodwrapper-cross bc-native"
 
 # we include gcc above, we dont need virtual/libc
 INHIBIT_DEFAULT_DEPS = "1"

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


More information about the Openembedded-commits mailing list