summaryrefslogtreecommitdiffstats
path: root/package/c-periphery/0001-Add-missing-header-for-musl-compatibility.patch
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2017-05-21 23:46:32 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-05-22 15:39:21 +0200
commit4ff538cfc77c16e6458c787f9bfb2ee93e005a2e (patch)
tree995594c0f4a9bdcd8ca33c13a83e9cd5c1a139ab /package/c-periphery/0001-Add-missing-header-for-musl-compatibility.patch
parent3301fbb516992db94e3481690074640d2db9773b (diff)
downloadbuildroot-4ff538cfc77c16e6458c787f9bfb2ee93e005a2e.tar.gz
buildroot-4ff538cfc77c16e6458c787f9bfb2ee93e005a2e.zip
package/c-periphery: bump version to 1.1.1
Removed patches applied upstream: 0001-Add-missing-header-for-musl-compatibility.patch https://github.com/vsergeev/c-periphery/commit/27a95527201a368c825aeaf937700c279e13922a 0002-Fix-build-on-SPARC.patch https://github.com/vsergeev/c-periphery/commit/114c715c78ce300a5cd64fb71f32ffd2bce5326c Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/c-periphery/0001-Add-missing-header-for-musl-compatibility.patch')
-rw-r--r--package/c-periphery/0001-Add-missing-header-for-musl-compatibility.patch32
1 files changed, 0 insertions, 32 deletions
diff --git a/package/c-periphery/0001-Add-missing-header-for-musl-compatibility.patch b/package/c-periphery/0001-Add-missing-header-for-musl-compatibility.patch
deleted file mode 100644
index 108297c9c2..0000000000
--- a/package/c-periphery/0001-Add-missing-header-for-musl-compatibility.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From 1d8cb0ad54099c3d7261aaa19a2c0786f16736d0 Mon Sep 17 00:00:00 2001
-From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-Date: Sat, 8 Aug 2015 22:42:39 +0200
-Subject: [PATCH] Add missing header for musl compatibility
-
-<linux/ioctl.h> 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 <thomas.petazzoni@free-electrons.com>
----
- src/spi.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/src/spi.c b/src/spi.c
-index 52a8d3d..1a6b17c 100644
---- a/src/spi.c
-+++ b/src/spi.c
-@@ -16,6 +16,7 @@
- #include <errno.h>
-
- #include <sys/ioctl.h>
-+#include <linux/ioctl.h>
- #include <linux/spi/spidev.h>
-
- #include "spi.h"
---
-2.5.0
-
OpenPOWER on IntegriCloud