[rtems commit] librtemscxx: Fix install

Sebastian Huber sebh at rtems.org
Thu Oct 8 13:21:43 UTC 2020


Module:    rtems
Branch:    master
Commit:    b1eaacfbcdbdb76adae4f0fe97e7c28f692676fd
Changeset: http://git.rtems.org/rtems/commit/?id=b1eaacfbcdbdb76adae4f0fe97e7c28f692676fd

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Oct  8 15:15:56 2020 +0200

librtemscxx: Fix install

---

 spec/build/cpukit/librtemscxx.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/spec/build/cpukit/librtemscxx.yml b/spec/build/cpukit/librtemscxx.yml
index 9a924bd..eff5598 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:



More information about the vc mailing list