diff options
author | Saul Wold <sgw@linux.intel.com> | 2017-09-26 08:35:13 -0700 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2017-09-26 08:35:13 -0700 |
commit | 67149d869eddad4b1e487fbc4368974c153f358d (patch) | |
tree | be9db2eae71f09e50e2fa6fbc6cacb95082eacd0 /common/recipes-bsp/amt/files/readlink-declaration.patch | |
parent | a98b71ccadc1458bf3a959e328d5ae814eb7e9b3 (diff) | |
download | meta-dpdk-67149d869eddad4b1e487fbc4368974c153f358d.tar.gz |
Removal of meta-intel content to make meta-dpdk standalone
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'common/recipes-bsp/amt/files/readlink-declaration.patch')
-rw-r--r-- | common/recipes-bsp/amt/files/readlink-declaration.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/common/recipes-bsp/amt/files/readlink-declaration.patch b/common/recipes-bsp/amt/files/readlink-declaration.patch deleted file mode 100644 index 0246d50..0000000 --- a/common/recipes-bsp/amt/files/readlink-declaration.patch +++ /dev/null | |||
@@ -1,18 +0,0 @@ | |||
1 | Add a missing include causing compilation (missing declaration) problems. | ||
2 | |||
3 | Upstream-Status: Submitted | ||
4 | |||
5 | Signed-off-by: Tom Zanussi <tom.zanussi (a] intel.com> | ||
6 | |||
7 | Index: lms-7.1.20/src/tools/ATVersion.cpp | ||
8 | =================================================================== | ||
9 | --- lms-7.1.20.orig/src/tools/ATVersion.cpp 2012-05-29 20:34:34.061997035 -0500 | ||
10 | +++ lms-7.1.20/src/tools/ATVersion.cpp 2012-05-29 20:35:22.671412948 -0500 | ||
11 | @@ -40,6 +40,7 @@ | ||
12 | #include <cerrno> | ||
13 | #include <fstream> | ||
14 | #include <dirent.h> | ||
15 | +#include <unistd.h> | ||
16 | |||
17 | #define AT_VERSION_ARGUMENT "--version" | ||
18 | #define AT_VERSION_MAXSIZE 40 | ||