librtemscxx: Fix install

This commit is contained in:
Sebastian Huber
2020-10-08 15:15:56 +02:00
parent 69a35fb925
commit b1eaacfbcd

View File

@@ -8,10 +8,10 @@ cxxflags: [-std=c++17]
enabled-by: true enabled-by: true
includes: [] includes: []
install: install:
- destination: ${BSP_INCLUDEDIR} - destination: ${BSP_INCLUDEDIR}/rtems
source: source:
- cpukit/include/rtems/c++/error - cpukit/include/rtems/error.hpp
- cpukit/include/rtems/c++/thread - cpukit/include/rtems/thread.hpp
install-path: ${BSP_LIBDIR} install-path: ${BSP_LIBDIR}
links: [] links: []
source: source: