ee389788af
- Drop patch (already in version)
- host-pkgconf is a mandatory dependency to run autoreconf (even when
cmocka-based tests are disabled) since
b62ecd4218
https://github.com/ibm-power-utilities/librtas/blob/v2.0.5/Changelog
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
17 lines
478 B
Makefile
17 lines
478 B
Makefile
################################################################################
|
|
#
|
|
# librtas
|
|
#
|
|
################################################################################
|
|
|
|
LIBRTAS_VERSION = 2.0.5
|
|
LIBRTAS_SITE = $(call github,ibm-power-utilities,librtas,v$(LIBRTAS_VERSION))
|
|
LIBRTAS_LICENSE = LGPL-2.1+
|
|
LIBRTAS_LICENSE_FILES = COPYING.LESSER
|
|
LIBRTAS_INSTALL_STAGING = YES
|
|
# From git
|
|
LIBRTAS_AUTORECONF = YES
|
|
LIBRTAS_DEPENDENCIES = host-pkgconf
|
|
|
|
$(eval $(autotools-package))
|