Move all to deprecated folder.
This commit is contained in:
@@ -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
|
||||
@@ -0,0 +1,2 @@
|
||||
# Locally computed
|
||||
sha256 4a2af9d9c3ff488e92fb75b4ba38b35bcf9b8a66df04773eba2a7bbf1fa7529d libserialport-0.1.1.tar.gz
|
||||
@@ -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))
|
||||
Reference in New Issue
Block a user