The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / bc / bc.mk
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/bc/bc.mk b/cirros-testvm/src-cirros/buildroot-2015.05/package/bc/bc.mk
new file mode 100644 (file)
index 0000000..60530bd
--- /dev/null
@@ -0,0 +1,18 @@
+################################################################################
+#
+# bc
+#
+################################################################################
+
+BC_VERSION = 1.06
+BC_SITE = $(BR2_GNU_MIRROR)/bc
+BC_DEPENDENCIES = host-flex
+BC_LICENSE = GPLv2+ LGPLv2.1+
+BC_LICENSE_FILES = COPYING COPYING.LIB
+
+# Build after busybox so target ends up with bc's "dc" version
+ifeq ($(BR2_PACKAGE_BUSYBOX),y)
+BC_DEPENDENCIES += busybox
+endif
+
+$(eval $(autotools-package))