[meta-ti] [PATCH 1/5] linux-ti-staging_3.12: add missing dep on bc-native

Yasir-Khan yasir_khan at mentor.com
Tue Aug 26 07:27:30 PDT 2014


Add the missing dependency to resolve the following error.

|   BC      kernel/timeconst.h
| /bin/sh: 1: bc: not found
| make[1]: *** [kernel/timeconst.h] Error 127
| make: *** [kernel] Error 2
| make: *** Waiting for unfinished jobs....

Signed-off-by: Christopher Larson <kergoth at gmail.com>
Signed-off-by: Yasir-Khan <yasir_khan at mentor.com>
---
 recipes-kernel/linux/linux-ti-staging_3.12.bb |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/recipes-kernel/linux/linux-ti-staging_3.12.bb b/recipes-kernel/linux/linux-ti-staging_3.12.bb
index 427bd97..c6e7d42 100644
--- a/recipes-kernel/linux/linux-ti-staging_3.12.bb
+++ b/recipes-kernel/linux/linux-ti-staging_3.12.bb
@@ -5,6 +5,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
 
 inherit kernel
 
+DEPENDS += "bc-native"
+
 require recipes-kernel/linux/linux-dtb.inc
 require recipes-kernel/linux/setup-defconfig.inc
 
-- 
1.7.9.5



More information about the meta-ti mailing list