* Update to buildroot 2018.11 * containerd update * runc update * runc docker engine * runc docker proxy * update rpi firmware * update network manager * update dhcpd * update wait on network * update rpi wifi * revert glibc
16 lines
442 B
Makefile
16 lines
442 B
Makefile
################################################################################
|
|
#
|
|
# librtas
|
|
#
|
|
################################################################################
|
|
|
|
LIBRTAS_VERSION = v2.0.1
|
|
LIBRTAS_SITE = $(call github,ibm-power-utilities,librtas,$(LIBRTAS_VERSION))
|
|
LIBRTAS_LICENSE = LGPL-2.1+
|
|
LIBRTAS_LICENSE_FILES = COPYING.LESSER
|
|
LIBRTAS_INSTALL_STAGING = YES
|
|
# From git
|
|
LIBRTAS_AUTORECONF = YES
|
|
|
|
$(eval $(autotools-package))
|