package/powerpc-utils: bump to version 1.3.8

Set --disable-werror which has been added with
3d8a7f5e2e

https://github.com/ibm-power-utilities/powerpc-utils/blob/v1.3.8/Changelog

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Fabrice Fontaine 2020-10-02 22:40:50 +02:00 committed by Peter Korsgaard
parent 32eb5a1d16
commit 98c80a4754
2 changed files with 5 additions and 4 deletions

View File

@ -1,3 +1,3 @@
# Locally calculated
sha256 bb48758bca3b9d056141b522e700218ee4e814b517aadf5a01f53b970ad1d3c3 powerpc-utils-1.3.7.tar.gz
sha256 4e3a21419863c08adde49f0795eff0fbfe4597ce82593fa5fe1f1177913fb7b9 powerpc-utils-1.3.8.tar.gz
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING

View File

@ -4,7 +4,7 @@
#
################################################################################
POWERPC_UTILS_VERSION = 1.3.7
POWERPC_UTILS_VERSION = 1.3.8
POWERPC_UTILS_SITE = $(call github,ibm-power-utilities,powerpc-utils,v$(POWERPC_UTILS_VERSION))
POWERPC_UTILS_DEPENDENCIES = zlib
POWERPC_UTILS_AUTORECONF = YES
@ -13,12 +13,13 @@ POWERPC_UTILS_LICENSE_FILES = COPYING
POWERPC_UTILS_CONF_ENV = \
ax_cv_check_cflags___fstack_protector_all=$(if $(BR2_TOOLCHAIN_HAS_SSP),yes,no)
POWERPC_UTILS_CONF_OPTS = --disable-werror
ifeq ($(BR2_PACKAGE_POWERPC_UTILS_RTAS),y)
POWERPC_UTILS_DEPENDENCIES += librtas
POWERPC_UTILS_CONF_OPTS = --with-librtas
POWERPC_UTILS_CONF_OPTS += --with-librtas
else
POWERPC_UTILS_CONF_OPTS = --without-librtas
POWERPC_UTILS_CONF_OPTS += --without-librtas
endif
$(eval $(autotools-package))