Move all to deprecated folder.

This commit is contained in:
2016-11-16 21:57:57 +01:00
parent 01738a7684
commit 05de7d6c04
9777 changed files with 0 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))