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
1 ################################################################################
2 #
3 # powerpc-utils
4 #
5 ################################################################################
6
7 POWERPC_UTILS_VERSION = 1.2.24
8 POWERPC_UTILS_SITE = http://downloads.sourceforge.net/project/powerpc-utils/powerpc-utils
9 POWERPC_UTILS_DEPENDENCIES = zlib
10 POWERPC_UTILS_LICENSE = Common Public License Version 1.0
11 POWERPC_UTILS_LICENSE_FILES = COPYRIGHT
12
13 POWERPC_UTILS_CONF_OPTS = --without-librtas
14 POWERPC_UTILS_CONF_ENV = \
15         ax_cv_check_cflags___fstack_protector_all=$(if $(BR2_TOOLCHAIN_HAS_SSP),yes,no)
16
17 $(eval $(autotools-package))