update buildroot to 2017.02.11
This commit is contained in:
22
bsp/buildroot-2017.02.11/package/libbsd/Config.in
Normal file
22
bsp/buildroot-2017.02.11/package/libbsd/Config.in
Normal file
@@ -0,0 +1,22 @@
|
||||
config BR2_PACKAGE_LIBBSD_ARCH_SUPPORTS
|
||||
bool
|
||||
# libbsd does not support the MicroBlaze ELF machine type (see local-elf.h)
|
||||
default y if !BR2_microblaze
|
||||
|
||||
config BR2_PACKAGE_LIBBSD
|
||||
bool "libbsd"
|
||||
depends on BR2_PACKAGE_LIBBSD_ARCH_SUPPORTS
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||
depends on BR2_TOOLCHAIN_USES_GLIBC
|
||||
help
|
||||
This library provides useful functions commonly found on BSD
|
||||
systems, and lacking on others like GNU systems, thus making
|
||||
it easier to port projects with strong BSD origins, without
|
||||
needing to embed the same code over and over again on each
|
||||
project.
|
||||
|
||||
http://libbsd.freedesktop.org/
|
||||
|
||||
comment "libbsd needs a glibc toolchain w/ threads"
|
||||
depends on BR2_PACKAGE_LIBBSD_ARCH_SUPPORTS
|
||||
depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_TOOLCHAIN_USES_GLIBC
|
||||
2
bsp/buildroot-2017.02.11/package/libbsd/libbsd.hash
Normal file
2
bsp/buildroot-2017.02.11/package/libbsd/libbsd.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally calculated after checking pgp signature
|
||||
sha256 934b634f4dfd865b6482650b8f522c70ae65c463529de8be907b53c89c3a34a8 libbsd-0.8.3.tar.xz
|
||||
14
bsp/buildroot-2017.02.11/package/libbsd/libbsd.mk
Normal file
14
bsp/buildroot-2017.02.11/package/libbsd/libbsd.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# libbsd
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBBSD_VERSION = 0.8.3
|
||||
LIBBSD_SOURCE = libbsd-$(LIBBSD_VERSION).tar.xz
|
||||
LIBBSD_SITE = http://libbsd.freedesktop.org/releases
|
||||
LIBBSD_LICENSE = BSD-3c, MIT
|
||||
LIBBSD_LICENSE_FILES = COPYING
|
||||
LIBBSD_INSTALL_STAGING = YES
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user