diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-08-26 21:46:19 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-27 10:55:07 +0100 |
commit | 88e5aa6d724abe21e627c53fca1ae32e405f5942 (patch) | |
tree | 59aa2b563b9ffc061696d9456438e7fdee746195 /meta/recipes-extended/bc | |
parent | 44c3f72684c5c920ce8af1da54a2268047342589 (diff) | |
download | 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>
Diffstat (limited to 'meta/recipes-extended/bc')
-rw-r--r-- | 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 4b28fadb73..7c33f75e70 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 | |||
23 | 23 | ||
24 | ALTERNATIVE_${PN} = "dc" | 24 | ALTERNATIVE_${PN} = "dc" |
25 | ALTERNATIVE_PRIORITY = "100" | 25 | ALTERNATIVE_PRIORITY = "100" |
26 | |||
27 | BBCLASSEXTEND = "native" | ||