summaryrefslogtreecommitdiffstats
path: root/package/powerpc-utils/powerpc-utils.mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/powerpc-utils/powerpc-utils.mk')
-rw-r--r--package/powerpc-utils/powerpc-utils.mk9
1 files changed, 5 insertions, 4 deletions
diff --git a/package/powerpc-utils/powerpc-utils.mk b/package/powerpc-utils/powerpc-utils.mk
index ae4d6622ec..036be52dc3 100644
--- a/package/powerpc-utils/powerpc-utils.mk
+++ b/package/powerpc-utils/powerpc-utils.mk
@@ -4,11 +4,12 @@
#
################################################################################
-POWERPC_UTILS_VERSION = 1.2.24
-POWERPC_UTILS_SITE = http://downloads.sourceforge.net/project/powerpc-utils/powerpc-utils
+POWERPC_UTILS_VERSION = v1.3.1
+POWERPC_UTILS_SITE = $(call github,nfont,powerpc-utils,$(POWERPC_UTILS_VERSION))
POWERPC_UTILS_DEPENDENCIES = zlib
-POWERPC_UTILS_LICENSE = Common Public License Version 1.0
-POWERPC_UTILS_LICENSE_FILES = COPYRIGHT
+POWERPC_UTILS_AUTORECONF = YES
+POWERPC_UTILS_LICENSE = GPLv2+
+POWERPC_UTILS_LICENSE_FILES = COPYING
POWERPC_UTILS_CONF_ENV = \
ax_cv_check_cflags___fstack_protector_all=$(if $(BR2_TOOLCHAIN_HAS_SSP),yes,no)
OpenPOWER on IntegriCloud