mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@26c91a9
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 77efe3978ac9c251c4728a35b9aebd6076583939a8e26cc7f07ffa86432a8bf0 powerpc-utils-1.3.5.tar.gz
|
||||
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING
|
||||
sha256 4e3a21419863c08adde49f0795eff0fbfe4597ce82593fa5fe1f1177913fb7b9 powerpc-utils-1.3.8.tar.gz
|
||||
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
POWERPC_UTILS_VERSION = 1.3.5
|
||||
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))
|
||||
|
||||
Reference in New Issue
Block a user