kumquat-buildroot/package/powerpc-utils/powerpc-utils.mk
Jeremy Kerr 4ef1fb88fa package/powerpc-utils: Add powerpc hardware utilities
This change adds a package definition for the powerpc-utils project,
containing a set of powerpc-specific hardware management utilities.

We're using a git tag from upstream, which contains a few build-system
fixes.

[Thomas:
 - Add dependency on PowerPC architecture in Config.in.
 - Add homepage in Config.in help text.]

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2014-07-17 23:06:13 +02:00

17 lines
522 B
Makefile

################################################################################
#
# powerpc-utils
#
################################################################################
POWERPC_UTILS_VERSION = v1.4
POWERPC_UTILS_SITE = git://git.code.sf.net/p/powerpc-utils/powerpc-utils
POWERPC_UTILS_AUTORECONF = YES
POWERPC_UTILS_DEPENDENCIES = zlib
POWERPC_UTILS_LICENSE = Common Public License Version 1.0
POWERPC_UTILS_LICENSE_FILES = COPYRIGHT
POWERPC_UTILS_CONF_OPT = --without-librtas
$(eval $(autotools-package))