diff --git a/.checkpackageignore b/.checkpackageignore index 7ebfdd0499..8fd03b0dd6 100644 --- a/.checkpackageignore +++ b/.checkpackageignore @@ -711,7 +711,6 @@ package/libselinux/0001-Do-not-use-PYCEXT-and-rely-on-the-installed-file-nam.pat package/libsepol/0001-support-static-only.patch lib_patch.Upstream package/libserial/0001-SerialPort.cpp-fix-build-when-size_t-is-an-unsigned-.patch lib_patch.Upstream package/libserial/0002-SerialPort.cpp-don-t-use-high-baudrates-when-not-ava.patch lib_patch.Upstream -package/libserialport/0001-uclinux-detection.patch lib_patch.Upstream package/libshdata/0001-backend-Add-missing-include-files.patch lib_patch.Upstream package/libshdata/0002-examples-stress_test-Fix-build-with-musl-libc.patch lib_patch.Upstream package/libsidplay2/0001-sidplay2-libs-2.1.1.patch lib_patch.Upstream diff --git a/package/libserialport/0001-uclinux-detection.patch b/package/libserialport/0001-uclinux-detection.patch deleted file mode 100644 index 7d7199c1f0..0000000000 --- a/package/libserialport/0001-uclinux-detection.patch +++ /dev/null @@ -1,26 +0,0 @@ -From faab9aa5879fab93556b7a3a6f24070eeb3cbf15 Mon Sep 17 00:00:00 2001 -From: Paul Cercueil -Date: Mon, 29 Aug 2016 11:11:01 +0200 -Subject: [PATCH] Fix Linux files not compiled in with a toolchain for ucLinux - -Signed-off-by: Paul Cercueil ---- - configure.ac | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/configure.ac b/configure.ac -index f6b66e8..de6f5b9 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -74,7 +74,7 @@ AC_DEFINE_UNQUOTED([SP_LIB_VERSION_REVISION], [$SP_LIB_VERSION_REVISION], [.]) - AC_DEFINE_UNQUOTED([SP_LIB_VERSION_AGE], [$SP_LIB_VERSION_AGE], [.]) - AC_DEFINE_UNQUOTED([SP_LIB_VERSION_STRING], ["$SP_LIB_VERSION"], [.]) - --AM_CONDITIONAL([LINUX], [test -z "${host_os##linux*}"]) -+AM_CONDITIONAL([LINUX], [test -z "${host_os##linux*}" || test -z "${host_os##uclinux*}"]) - AM_CONDITIONAL([WIN32], [test -z "${host_os##mingw*}" || test -z "${host_os##cygwin*}"]) - AM_CONDITIONAL([MACOSX], [test -z "${host_os##darwin*}"]) - AM_CONDITIONAL([FREEBSD], [test -z "${host_os##freebsd*}"]) --- -2.8.1 - diff --git a/package/libserialport/libserialport.hash b/package/libserialport/libserialport.hash index 39f0c8f1f0..5bf7823d63 100644 --- a/package/libserialport/libserialport.hash +++ b/package/libserialport/libserialport.hash @@ -1,3 +1,3 @@ # Locally computed -sha256 4a2af9d9c3ff488e92fb75b4ba38b35bcf9b8a66df04773eba2a7bbf1fa7529d libserialport-0.1.1.tar.gz +sha256 5deb92b5ca72c0347b07b786848350deca2dcfd975ce613b8e0e1d947a4b4ca9 libserialport-0.1.2.tar.gz sha256 da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768 COPYING diff --git a/package/libserialport/libserialport.mk b/package/libserialport/libserialport.mk index 84d7a5315b..f3331db074 100644 --- a/package/libserialport/libserialport.mk +++ b/package/libserialport/libserialport.mk @@ -4,12 +4,11 @@ # ################################################################################ -LIBSERIALPORT_VERSION = 0.1.1 +LIBSERIALPORT_VERSION = 0.1.2 LIBSERIALPORT_SITE = http://sigrok.org/download/source/libserialport LIBSERIALPORT_LICENSE = LGPL-3.0+ LIBSERIALPORT_LICENSE_FILES = COPYING LIBSERIALPORT_INSTALL_STAGING = YES LIBSERIALPORT_DEPENDENCIES = host-pkgconf -LIBSERIALPORT_AUTORECONF = YES $(eval $(autotools-package))