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,2 @@
# sha256 locally computed
sha256 0cf7aeafb22daeb7ed3398057f0ac88015440901f480ef84cba2431a753f8c1e monolite-138-latest.tar.gz

View File

@@ -0,0 +1,17 @@
################################################################################
#
# monolite
#
################################################################################
MONOLITE_VERSION = 138
MONOLITE_SITE = http://storage.bos.xamarin.com/mono-dist-master/latest
MONOLITE_SOURCE = monolite-$(MONOLITE_VERSION)-latest.tar.gz
MONOLITE_LICENSE = LGPLv2 or commercial
define HOST_MONOLITE_INSTALL_CMDS
mkdir -p $(HOST_DIR)/usr/lib/monolite
cp $(@D)/* $(HOST_DIR)/usr/lib/monolite
endef
$(eval $(host-generic-package))