summaryrefslogtreecommitdiffstats
path: root/package/libsoc/0001-spi-fix-build-against-MUSL-C-library.patch
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2015-12-09 15:03:29 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-12-09 23:10:52 +0100
commit8cd6f1775f680f15522cf2187bf9f101ce9a6b57 (patch)
treef39a7d309fc1db4f0df856002797f4d8d070efc1 /package/libsoc/0001-spi-fix-build-against-MUSL-C-library.patch
parente331c745d7f440de4eb8d13865e55586b67d4609 (diff)
downloadbuildroot-8cd6f1775f680f15522cf2187bf9f101ce9a6b57.tar.gz
buildroot-8cd6f1775f680f15522cf2187bf9f101ce9a6b57.zip
libsoc: bump to 0.7.1
Remove upstreamed patch. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libsoc/0001-spi-fix-build-against-MUSL-C-library.patch')
-rw-r--r--package/libsoc/0001-spi-fix-build-against-MUSL-C-library.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/package/libsoc/0001-spi-fix-build-against-MUSL-C-library.patch b/package/libsoc/0001-spi-fix-build-against-MUSL-C-library.patch
deleted file mode 100644
index 7e8061bd68..0000000000
--- a/package/libsoc/0001-spi-fix-build-against-MUSL-C-library.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From 647a3af126943b2251c82340ab7c81706b2eb805 Mon Sep 17 00:00:00 2001
-From: Yegor Yefremov <yegorslists@googlemail.com>
-Date: Fri, 27 Nov 2015 10:24:12 +0100
-Subject: [PATCH] spi: fix build against MUSL C library
-
-Without <linux/ioctl.h> include compiler cannot find _IOC_SIZEBITS
-macro, when using MUSL C library.
-
-Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
----
- lib/spi.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/lib/spi.c b/lib/spi.c
-index 8465f75..6d1f78a 100644
---- a/lib/spi.c
-+++ b/lib/spi.c
-@@ -6,6 +6,7 @@
- #include <fcntl.h>
- #include <sys/ioctl.h>
- #include <linux/types.h>
-+#include <linux/ioctl.h>
- #include <linux/spi/spidev.h>
-
- #include "libsoc_spi.h"
---
-2.1.4
-
OpenPOWER on IntegriCloud