Update buildroot from 17.02.2 -> 17.02.3

This commit is contained in:
jbnadal
2018-01-04 14:25:23 +01:00
parent 01d7c53e3e
commit d83c6ae740
285 changed files with 5286 additions and 876 deletions

View File

@@ -18,9 +18,7 @@ MONO_INSTALL_STAGING = YES
MONO_AUTORECONF = YES
# Disable managed code (mcs folder) from building
MONO_CONF_OPTS = --disable-gtk-doc \
--with-mcs-docs=no \
--with-moonlight=no \
MONO_CONF_OPTS = --with-mcs-docs=no \
--with-ikvm-native=no \
--enable-minimal=profiler,debug \
--disable-mcs-build \
@@ -31,7 +29,6 @@ MONO_CONF_OPTS = --disable-gtk-doc \
define MONO_INSTALL_LIBS
rsync -av --exclude=*.so --exclude=*.mdb \
$(HOST_DIR)/usr/lib/mono $(TARGET_DIR)/usr/lib/
rsync -av $(HOST_DIR)/etc/mono $(TARGET_DIR)/etc
endef
MONO_POST_INSTALL_TARGET_HOOKS += MONO_INSTALL_LIBS
@@ -44,9 +41,7 @@ MONO_DEPENDENCIES += host-mono
## Mono managed
HOST_MONO_CONF_OPTS = --disable-gtk-doc \
--with-mcs-docs=no \
--with-moonlight=no \
HOST_MONO_CONF_OPTS = --with-mcs-docs=no \
--disable-libraries \
--with-ikvm-native=no \
--enable-minimal=profiler,debug \