update buildroot to 2017.02.11

This commit is contained in:
jbnadal
2018-05-22 15:35:47 +02:00
parent 4bf1f5e091
commit a3c10bd762
9257 changed files with 433426 additions and 1701 deletions

View File

@@ -0,0 +1,10 @@
config BR2_PACKAGE_LIBGLU
bool "libglu"
depends on BR2_PACKAGE_HAS_LIBGL
help
Mesa OpenGL Utility library
http://cgit.freedesktop.org/mesa/glu/
comment "libglu needs an OpenGL backend"
depends on !BR2_PACKAGE_HAS_LIBGL

View File

@@ -0,0 +1,2 @@
# locally computed
sha256 3d19cca9b26ec4048dd22e3d294acd43e080a3205a29ff47765bd514571ea8f9 glu-9.0.0.tar.gz

View File

@@ -0,0 +1,17 @@
################################################################################
#
# libglu
#
################################################################################
LIBGLU_VERSION = 9.0.0
LIBGLU_SITE = http://cgit.freedesktop.org/mesa/glu/snapshot
LIBGLU_SOURCE = glu-$(LIBGLU_VERSION).tar.gz
LIBGLU_LICENSE = SGI-B-2.0
LIBGLU_LICENSE_FILES = include/GL/glu.h
LIBGLU_INSTALL_STAGING = YES
# upstream does not distribute a autoconf´ed configure script
LIBGLU_AUTORECONF = YES
LIBGLU_DEPENDENCIES = libgl
$(eval $(autotools-package))