* Rebase patches to Buildroot 2021.02-rc3 * Update Buildroot to 2021.02-rc3 * Declare Kernel headers to be Linux version 5.10 (since they are, and new Buildroot knows about 5.10)
19 lines
511 B
Makefile
19 lines
511 B
Makefile
################################################################################
|
|
#
|
|
# attr
|
|
#
|
|
################################################################################
|
|
|
|
ATTR_VERSION = 2.4.48
|
|
ATTR_SITE = http://download.savannah.gnu.org/releases/attr
|
|
ATTR_LICENSE = GPL-2.0+ (programs), LGPL-2.1+ (libraries)
|
|
ATTR_LICENSE_FILES = doc/COPYING doc/COPYING.LGPL
|
|
ATTR_CPE_ID_VALID = YES
|
|
|
|
ATTR_INSTALL_STAGING = YES
|
|
|
|
ATTR_CONF_OPTS = --disable-nls
|
|
|
|
$(eval $(autotools-package))
|
|
$(eval $(host-autotools-package))
|