meta-google: Add bc to busybox

bc is a command-line, arbitrary-precision calculator with a
Turing-complete language.

Tested: The bc command is usable on target system.

Signed-off-by: Yong Zhao <yozhao@google.com>
Change-Id: Id91f5470e7b2a2b42da485e44eda63c97c096842
diff --git a/meta-google/recipes-core/busybox/files/gbmc.cfg b/meta-google/recipes-core/busybox/files/gbmc.cfg
index e097a92..158f771 100644
--- a/meta-google/recipes-core/busybox/files/gbmc.cfg
+++ b/meta-google/recipes-core/busybox/files/gbmc.cfg
@@ -16,3 +16,6 @@
 CONFIG_FEATURE_UDHCPC6_RFC4704=y
 CONFIG_FEATURE_UDHCPC6_RFC4833=y
 CONFIG_FEATURE_UDHCPC6_RFC5970=y
+
+# Misc
+CONFIG_BC=y