summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/ace/files
diff options
context:
space:
mode:
authorAlexander Usyskin <alexander.usyskin@intel.com>2019-06-19 13:14:11 +0300
committerAnuj Mittal <anuj.mittal@intel.com>2019-06-19 20:06:51 +0800
commitf765d1cb70bce2c56ea79531b2a1c7ef1876ca91 (patch)
tree2dad701bc74f26e489eec5637eb3ffe63154dba9 /recipes-bsp/ace/files
parent2e47b48e5d1dead0b5a85e001ee8ad14dd341a6f (diff)
downloadmeta-intel-f765d1cb70bce2c56ea79531b2a1c7ef1876ca91.tar.gz
ace: add recipe for 6.5.3 version
The ADAPTIVE Communication Environment library. Sources: http://download.dre.vanderbilt.edu/ To be used by LMS service. Signed-off-by: Alexander Usyskin <alexander.usyskin@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'recipes-bsp/ace/files')
-rw-r--r--recipes-bsp/ace/files/ace_config.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes-bsp/ace/files/ace_config.patch b/recipes-bsp/ace/files/ace_config.patch
new file mode 100644
index 00000000..207b85ab
--- /dev/null
+++ b/recipes-bsp/ace/files/ace_config.patch
@@ -0,0 +1,12 @@
1diff -ruN ACE_wrappers1/ace/config.h ACE_wrappers/ace/config.h
2--- ACE_wrappers1/ace/config.h 1970-01-01 02:00:00.000000000 +0200
3+++ ACE_wrappers/ace/config.h 2019-01-10 13:36:52.698012477 +0200
4@@ -0,0 +1,1 @@
5+#include "ace/config-linux.h"
6diff -ruN ACE_wrappers1/include/makeinclude/platform_macros.GNU ACE_wrappers/include/makeinclude/platform_macros.GNU
7--- ACE_wrappers1/include/makeinclude/platform_macros.GNU 1970-01-01 02:00:00.000000000 +0200
8+++ ACE_wrappers/include/makeinclude/platform_macros.GNU 2018-10-31 15:11:18.265392460 +0200
9@@ -0,0 +1,3 @@
10+INSTALL_PREFIX = $(D)$(exec_prefix)
11+INSTALL_LIB = $(base_libdir)
12+include $(ACE_ROOT)/include/makeinclude/platform_linux.GNU