Bump buildroot to version 2017-02
TG-3 #closed
This commit is contained in:
8
bsp/buildroot/package/linux-syscall-support/Config.in
Normal file
8
bsp/buildroot/package/linux-syscall-support/Config.in
Normal file
@@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_LINUX_SYSCALL_SUPPORT
|
||||
bool "linux-syscall-support (lss)"
|
||||
help
|
||||
This project provides a header file that can be included into
|
||||
your application whenever you need to make direct system
|
||||
calls.
|
||||
|
||||
https://chromium.googlesource.com/linux-syscall-support/
|
||||
@@ -0,0 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 e5088b81011e30b567b6bde6bb7c22ad529c4ee8890cc5e93d58b21f2c4df56a linux-syscall-support-3f6478ac95edf86cd3da300c2c0d34a438f5dbeb.tar.gz
|
||||
@@ -0,0 +1,29 @@
|
||||
################################################################################
|
||||
#
|
||||
# linux-syscall-support
|
||||
#
|
||||
################################################################################
|
||||
|
||||
# Use the same version that the one used by Google-breakpad (see DEPS file)
|
||||
LINUX_SYSCALL_SUPPORT_VERSION = 3f6478ac95edf86cd3da300c2c0d34a438f5dbeb
|
||||
LINUX_SYSCALL_SUPPORT_SITE = https://chromium.googlesource.com/linux-syscall-support
|
||||
LINUX_SYSCALL_SUPPORT_SITE_METHOD = git
|
||||
LINUX_SYSCALL_SUPPORT_LICENSE = BSD-3c
|
||||
LINUX_SYSCALL_SUPPORT_LICENSE_FILES = linux_syscall_support.h
|
||||
|
||||
# Provide only one header file.
|
||||
LINUX_SYSCALL_SUPPORT_INSTALL_TARGET = NO
|
||||
LINUX_SYSCALL_SUPPORT_INSTALL_STAGING = YES
|
||||
|
||||
define LINUX_SYSCALL_SUPPORT_INSTALL_STAGING_CMDS
|
||||
$(INSTALL) -D -m 0644 $(@D)/linux_syscall_support.h \
|
||||
$(STAGING_DIR)/usr/include/linux_syscall_support.h
|
||||
endef
|
||||
|
||||
define HOST_LINUX_SYSCALL_SUPPORT_INSTALL_CMDS
|
||||
$(INSTALL) -D -m 0644 $(@D)/linux_syscall_support.h \
|
||||
$(HOST_DIR)/usr/include/linux_syscall_support.h
|
||||
endef
|
||||
|
||||
$(eval $(host-generic-package))
|
||||
$(eval $(generic-package))
|
||||
Reference in New Issue
Block a user