summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/fts/fts/stdint.patch
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-06-06 16:59:09 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-06-12 15:08:30 +0100
commitd31bc5c5157acc11e22974459e8107fd5b5ae375 (patch)
tree86563634a202b9faf0550e6c8e831e82bbe24da7 /meta/recipes-core/fts/fts/stdint.patch
parentb467a22729bea886d7bde976c9606ac8e4589cde (diff)
downloadpoky-d31bc5c5157acc11e22974459e8107fd5b5ae375.tar.gz
fts: Switch SRC_URI to github
Use the package maintained by voidlinux Drop local patches (From OE-Core rev: d7a38c46753d5c9692d67a923351d9d6b2e80c3b) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/fts/fts/stdint.patch')
-rw-r--r--meta/recipes-core/fts/fts/stdint.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/meta/recipes-core/fts/fts/stdint.patch b/meta/recipes-core/fts/fts/stdint.patch
deleted file mode 100644
index 89e6097fcb..0000000000
--- a/meta/recipes-core/fts/fts/stdint.patch
+++ /dev/null
@@ -1,15 +0,0 @@
1Include stdint.h for u_* typedefs
2
3Signed-off-by: Khem Raj <raj.khem@gmail.com>
4Upstream-Status: Inappropriate
5
6--- ./fts.c.orig
7+++ ./fts.c
8@@ -46,6 +46,7 @@
9 #include <errno.h>
10 #include <fcntl.h>
11 #include <fts.h>
12+#include <stdint.h>
13 #include <stdlib.h>
14 #include <string.h>
15 #include <unistd.h>