summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-08-26 21:46:19 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-27 10:55:07 +0100
commit88e5aa6d724abe21e627c53fca1ae32e405f5942 (patch)
tree59aa2b563b9ffc061696d9456438e7fdee746195
parent44c3f72684c5c920ce8af1da54a2268047342589 (diff)
downloadast2050-yocto-poky-88e5aa6d724abe21e627c53fca1ae32e405f5942.zip
ast2050-yocto-poky-88e5aa6d724abe21e627c53fca1ae32e405f5942.tar.gz
bc: add bc-native
To support the building of recent kernels in minimal environments, we should provide bc-native. (From OE-Core rev: 2138961cc75be2690f2f9b5df8cb2d810dcebc99) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-extended/bc/bc_1.06.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-extended/bc/bc_1.06.bb b/meta/recipes-extended/bc/bc_1.06.bb
index 4b28fad..7c33f75 100644
--- a/meta/recipes-extended/bc/bc_1.06.bb
+++ b/meta/recipes-extended/bc/bc_1.06.bb
@@ -23,3 +23,5 @@ inherit autotools update-alternatives
ALTERNATIVE_${PN} = "dc"
ALTERNATIVE_PRIORITY = "100"
+
+BBCLASSEXTEND = "native"
OpenPOWER on IntegriCloud