From 6a5271735481ea18e4df5f81635e9b786a164c16 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Thu, 26 Jul 2018 18:11:55 +0800 Subject: lms7: remove Looks for the wrong device node, startup script fails among other issues and as a result, doesn't work. Signed-off-by: Anuj Mittal --- recipes-bsp/amt/files/readlink-declaration.patch | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 recipes-bsp/amt/files/readlink-declaration.patch (limited to 'recipes-bsp/amt/files/readlink-declaration.patch') diff --git a/recipes-bsp/amt/files/readlink-declaration.patch b/recipes-bsp/amt/files/readlink-declaration.patch deleted file mode 100644 index 0246d501..00000000 --- a/recipes-bsp/amt/files/readlink-declaration.patch +++ /dev/null @@ -1,18 +0,0 @@ -Add a missing include causing compilation (missing declaration) problems. - -Upstream-Status: Submitted - -Signed-off-by: Tom Zanussi - -Index: lms-7.1.20/src/tools/ATVersion.cpp -=================================================================== ---- lms-7.1.20.orig/src/tools/ATVersion.cpp 2012-05-29 20:34:34.061997035 -0500 -+++ lms-7.1.20/src/tools/ATVersion.cpp 2012-05-29 20:35:22.671412948 -0500 -@@ -40,6 +40,7 @@ - #include - #include - #include -+#include - - #define AT_VERSION_ARGUMENT "--version" - #define AT_VERSION_MAXSIZE 40 -- cgit v1.2.3-54-g00ecf