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 / powerpc-utils / powerpc-utils.mk
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/powerpc-utils/powerpc-utils.mk b/cirros-testvm/src-cirros/buildroot-2015.05/package/powerpc-utils/powerpc-utils.mk
new file mode 100644 (file)
index 0000000..3b30458
--- /dev/null
@@ -0,0 +1,17 @@
+################################################################################
+#
+# powerpc-utils
+#
+################################################################################
+
+POWERPC_UTILS_VERSION = 1.2.24
+POWERPC_UTILS_SITE = http://downloads.sourceforge.net/project/powerpc-utils/powerpc-utils
+POWERPC_UTILS_DEPENDENCIES = zlib
+POWERPC_UTILS_LICENSE = Common Public License Version 1.0
+POWERPC_UTILS_LICENSE_FILES = COPYRIGHT
+
+POWERPC_UTILS_CONF_OPTS = --without-librtas
+POWERPC_UTILS_CONF_ENV = \
+       ax_cv_check_cflags___fstack_protector_all=$(if $(BR2_TOOLCHAIN_HAS_SSP),yes,no)
+
+$(eval $(autotools-package))