[oe-commits] Alejandro Hernandez : kernel: Added bc-native as DEPENDS

git at git.openembedded.org git at git.openembedded.org
Mon Oct 6 14:16:18 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: c067e52cffe002de3b39aa1bced308dd532859c1
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=c067e52cffe002de3b39aa1bced308dd532859c1

Author: Alejandro Hernandez <alejandro.hernandez at linux.intel.com>
Date:   Thu Oct  2 15:33:23 2014 -0500

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>

---

 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 78b33ce..0782923 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"



More information about the Openembedded-commits mailing list