1*4882a593Smuzhiyun################################################################################ 2*4882a593Smuzhiyun# 3*4882a593Smuzhiyun# powerpc-utils 4*4882a593Smuzhiyun# 5*4882a593Smuzhiyun################################################################################ 6*4882a593Smuzhiyun 7*4882a593SmuzhiyunPOWERPC_UTILS_VERSION = 1.3.8 8*4882a593SmuzhiyunPOWERPC_UTILS_SITE = $(call github,ibm-power-utilities,powerpc-utils,v$(POWERPC_UTILS_VERSION)) 9*4882a593SmuzhiyunPOWERPC_UTILS_DEPENDENCIES = zlib 10*4882a593SmuzhiyunPOWERPC_UTILS_AUTORECONF = YES 11*4882a593SmuzhiyunPOWERPC_UTILS_LICENSE = GPL-2.0+ 12*4882a593SmuzhiyunPOWERPC_UTILS_LICENSE_FILES = COPYING 13*4882a593SmuzhiyunPOWERPC_UTILS_CPE_ID_VENDOR = powerpc-utils_project 14*4882a593Smuzhiyun 15*4882a593SmuzhiyunPOWERPC_UTILS_CONF_ENV = \ 16*4882a593Smuzhiyun ax_cv_check_cflags___fstack_protector_all=$(if $(BR2_TOOLCHAIN_HAS_SSP),yes,no) 17*4882a593SmuzhiyunPOWERPC_UTILS_CONF_OPTS = --disable-werror 18*4882a593Smuzhiyun 19*4882a593Smuzhiyunifeq ($(BR2_PACKAGE_POWERPC_UTILS_RTAS),y) 20*4882a593SmuzhiyunPOWERPC_UTILS_DEPENDENCIES += librtas 21*4882a593SmuzhiyunPOWERPC_UTILS_CONF_OPTS += --with-librtas 22*4882a593Smuzhiyunelse 23*4882a593SmuzhiyunPOWERPC_UTILS_CONF_OPTS += --without-librtas 24*4882a593Smuzhiyunendif 25*4882a593Smuzhiyun 26*4882a593Smuzhiyun$(eval $(autotools-package)) 27