summaryrefslogtreecommitdiffstats
path: root/spec/build/cpukit/librtemscxx.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-10-08 15:15:56 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-10-08 15:21:31 +0200
commitb1eaacfbcdbdb76adae4f0fe97e7c28f692676fd (patch)
tree53ea198e943bf013afd4087e8f0ca6bffe3bd2a6 /spec/build/cpukit/librtemscxx.yml
parentvalidation: Improve file header comment (diff)
downloadrtems-b1eaacfbcdbdb76adae4f0fe97e7c28f692676fd.tar.bz2
librtemscxx: Fix install
Diffstat (limited to 'spec/build/cpukit/librtemscxx.yml')
-rw-r--r--spec/build/cpukit/librtemscxx.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/build/cpukit/librtemscxx.yml b/spec/build/cpukit/librtemscxx.yml
index 9a924bd789..eff5598584 100644
--- a/spec/build/cpukit/librtemscxx.yml
+++ b/spec/build/cpukit/librtemscxx.yml
@@ -8,10 +8,10 @@ cxxflags: [-std=c++17]
enabled-by: true
includes: []
install:
-- destination: ${BSP_INCLUDEDIR}
+- destination: ${BSP_INCLUDEDIR}/rtems
source:
- - cpukit/include/rtems/c++/error
- - cpukit/include/rtems/c++/thread
+ - cpukit/include/rtems/error.hpp
+ - cpukit/include/rtems/thread.hpp
install-path: ${BSP_LIBDIR}
links: []
source: