Import buildroot 2016.02.01

This commit is contained in:
2016-02-24 22:35:39 +01:00
parent a6ee09dea4
commit 828befcf3c
7393 changed files with 390887 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
config BR2_PACKAGE_LIBSERIALPORT
bool "libserialport"
help
Libserialport is a minimal, cross-platform shared
library written in C that is intended to take care
of the OS-specific details when writing software
that uses serial ports.
http://sigrok.org/wiki/Libserialport

View File

@@ -0,0 +1,2 @@
# Locally computed
sha256 4a2af9d9c3ff488e92fb75b4ba38b35bcf9b8a66df04773eba2a7bbf1fa7529d libserialport-0.1.1.tar.gz

View File

@@ -0,0 +1,14 @@
################################################################################
#
# libserialport
#
################################################################################
LIBSERIALPORT_VERSION = 0.1.1
LIBSERIALPORT_SITE = http://sigrok.org/download/source/libserialport
LIBSERIALPORT_LICENSE = LGPLv3+
LIBSERIALPORT_LICENSE_FILES = COPYING
LIBSERIALPORT_INSTALL_STAGING = YES
LIBSERIALPORT_DEPENDENCIES = host-pkgconf
$(eval $(autotools-package))