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,7 @@
config BR2_PACKAGE_HOST_PATCHELF
bool "host patchelf"
help
PatchELF is a small utility to modify the dynamic linker
and RPATH of ELF executables.
http://nixos.org/patchelf.html

View File

@@ -0,0 +1,2 @@
# Locally calculated
sha256 a0f65c1ba148890e9f2f7823f4bedf7ecad5417772f64f994004f59a39014f83 patchelf-0.9.tar.bz2

View File

@@ -0,0 +1,13 @@
################################################################################
#
# patchelf
#
################################################################################
PATCHELF_VERSION = 0.9
PATCHELF_SITE = http://releases.nixos.org/patchelf/patchelf-$(PATCHELF_VERSION)
PATCHELF_SOURCE = patchelf-$(PATCHELF_VERSION).tar.bz2
PATCHELF_LICENSE = GPLv3+
PATCHELF_LICENSE_FILES = COPYING
$(eval $(host-autotools-package))