Import buildroot 2016.02.01

This commit is contained in:
2016-02-24 22:35:39 +01:00
parent a6ee09dea4
commit 828befcf3c
7393 changed files with 390887 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
################################################################################
#
# libnfs
#
################################################################################
LIBNFS_VERSION = libnfs-1.9.8
LIBNFS_SITE = $(call github,sahlberg,libnfs,$(LIBNFS_VERSION))
LIBNFS_INSTALL_STAGING = YES
LIBNFS_AUTORECONF = YES
LIBNFS_MAKE = $(MAKE1)
LIBNFS_LICENSE = LGPLv2.1+
LIBNFS_LICENSE_FILES = LICENCE-LGPL-2.1.txt
LIBNFS_DEPENDENCIES = host-pkgconf
ifeq ($(BR2_PACKAGE_LIBTIRPC),y)
LIBNFS_DEPENDENCIES += libtirpc
endif
# Needed for autoreconf
define LIBNFS_MAKE_M4_DIR
mkdir $(@D)/m4
endef
LIBNFS_POST_EXTRACT_HOOKS += LIBNFS_MAKE_M4_DIR
$(eval $(autotools-package))