Update buidlroot to version 2016.08.1
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
comment "nvidia-driver needs an (e)glibc toolchain"
|
||||
comment "nvidia-driver needs a glibc toolchain"
|
||||
depends on BR2_i386 || BR2_x86_64
|
||||
depends on !BR2_TOOLCHAIN_USES_GLIBC
|
||||
|
||||
|
||||
@@ -144,7 +144,7 @@ endif # BR2_PACKAGE_NVIDIA_DRIVER_MODULE == y
|
||||
# no-version symlink, so we can link to them at build time.
|
||||
define NVIDIA_DRIVER_INSTALL_LIBS
|
||||
for libpath in $(addsuffix .so.$(NVIDIA_DRIVER_VERSION),$(NVIDIA_DRIVER_LIBS)) \
|
||||
$(NVIDIA_DRIVER_LIBS_NO_VERSION); \
|
||||
$(NVIDIA_DRIVER_LIBS_NO_VERSION); \
|
||||
do \
|
||||
libname="$${libpath##*/}"; \
|
||||
$(INSTALL) -D -m 0644 $(@D)/$${libpath} $(1)/usr/lib/$${libname}; \
|
||||
|
||||
Reference in New Issue
Block a user