Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ace: fix glibc build failure | Naveen Saini | 2019-08-16 | 2 | -0/+31 |
| | | | | | | | | | | | | | Recent glibc v2.30 dropped XSI STREAMS declarations, which causing below build failure. poky/build/tmp/work/corei7-64-poky-linux/ace/6.5.3-r0/ACE_wrappers/ace/os_include/os_stropts.h:56:17: fatal error: stropts.h: No such file or directory | 56 | # include /**/ <stropts.h> | | ^~~~~~~~~~~ | compilation terminated. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> | ||||
* | ace: add SUMMARY and HOMEPAGE | Anuj Mittal | 2019-08-10 | 1 | -0/+2 |
| | | | | | | | It's useful to have these so someone who is looking at layer index as an example knows what the component is. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> | ||||
* | ace: add recipe for 6.5.3 version | Alexander Usyskin | 2019-06-19 | 2 | -0/+49 |
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> |