Bump buildroot to 2019.02

This commit is contained in:
2019-03-28 22:49:48 +01:00
parent 5598b1b762
commit 920d307141
5121 changed files with 78550 additions and 46132 deletions

View File

@@ -0,0 +1,10 @@
config BR2_PACKAGE_PERL_DEVICE_SERIALPORT
bool "perl-device-serialport"
depends on !BR2_STATIC_LIBS
help
Linux/POSIX emulation of Win32::SerialPort functions.
https://metacpan.org/release/Device-SerialPort
comment "perl-device-serialport needs a toolchain w/ dynamic library"
depends on BR2_STATIC_LIBS

View File

@@ -0,0 +1,6 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 82c698151f934eb28c65d1838cee7d9e Device-SerialPort-1.04.tar.gz
sha256 d392567cb39b4ea606c0e0acafd8ed72320311b995336ece5fcefcf9b150e9d7 Device-SerialPort-1.04.tar.gz
# computed by scancpan
sha256 59432e84eca65c10c4b627f8af0b00833685856b68242b816aea2a38283a124c README

View File

@@ -0,0 +1,14 @@
################################################################################
#
# perl-device-serialport
#
################################################################################
PERL_DEVICE_SERIALPORT_VERSION = 1.04
PERL_DEVICE_SERIALPORT_SOURCE = Device-SerialPort-$(PERL_DEVICE_SERIALPORT_VERSION).tar.gz
PERL_DEVICE_SERIALPORT_SITE = $(BR2_CPAN_MIRROR)/authors/id/C/CO/COOK
PERL_DEVICE_SERIALPORT_LICENSE = Artistic or GPL-1.0+
PERL_DEVICE_SERIALPORT_LICENSE_FILES = README
PERL_DEVICE_SERIALPORT_DISTNAME = Device-SerialPort
$(eval $(perl-package))