From 3cac66f07c4e7e76800b294d50f3d9420d186a2e Mon Sep 17 00:00:00 2001 From: Francois Perrad Date: Sun, 16 Dec 2018 21:19:03 +0100 Subject: package/lua-periphery: bump to version 1.1.1 Signed-off-by: Francois Perrad Signed-off-by: Thomas Petazzoni --- ...Add-missing-header-for-musl-compatibility.patch | 34 ---------------------- 1 file changed, 34 deletions(-) delete mode 100644 package/lua-periphery/0001-Add-missing-header-for-musl-compatibility.patch (limited to 'package/lua-periphery/0001-Add-missing-header-for-musl-compatibility.patch') diff --git a/package/lua-periphery/0001-Add-missing-header-for-musl-compatibility.patch b/package/lua-periphery/0001-Add-missing-header-for-musl-compatibility.patch deleted file mode 100644 index 22c748ccb3..0000000000 --- a/package/lua-periphery/0001-Add-missing-header-for-musl-compatibility.patch +++ /dev/null @@ -1,34 +0,0 @@ -From 1d8cb0ad54099c3d7261aaa19a2c0786f16736d0 Mon Sep 17 00:00:00 2001 -From: Thomas Petazzoni -Date: Sat, 8 Aug 2015 22:42:39 +0200 -Subject: [PATCH] Add missing header for musl compatibility - - is needed to get the definition of _IOC_SIZEBITS and -solve the following build failure: - -src/spi.c: In function 'spi_transfer': -src/spi.c:100:24: error: '_IOC_SIZEBITS' undeclared (first use in this function) - if (ioctl(spi->fd, SPI_IOC_MESSAGE(1), &spi_xfer) < 1) - -Signed-off-by: Thomas Petazzoni -[Port from c-periphery] -Signed-off-by: Jörg Krause ---- - src/spi.c | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/lua-periphery/c-periphery/src/spi.c b/lua-periphery/c-periphery/src/spi.c -index 52a8d3d..1a6b17c 100644 ---- a/lua-periphery/c-periphery/src/spi.c -+++ b/lua-periphery/c-periphery/src/spi.c -@@ -16,6 +16,7 @@ - #include - - #include -+#include - #include - - #include "spi.h" --- -2.5.0 - -- cgit v1.2.3