[oe-commits] Bruce Ashfield : bc: add bc-native

git at git.openembedded.org git at git.openembedded.org
Tue Aug 27 10:06:04 UTC 2013


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

Author: Bruce Ashfield <bruce.ashfield at windriver.com>
Date:   Mon Aug 26 21:46:19 2013 +0000

bc: add bc-native

To support the building of recent kernels in minimal environments, we should
provide bc-native.

Signed-off-by: Bruce Ashfield <bruce.ashfield at windriver.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-extended/bc/bc_1.06.bb |    2 ++
 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"



More information about the Openembedded-commits mailing list