mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 12:34:45 +00:00
spec/build/*.yml: Add contrib/.../uuid and contrib/.../utf8proc
This addition is needed to account for utf8proc and uuid moving from cpukit/include to contrib. Both include directories need to stay globally available.
This commit is contained in:
committed by
Gedare Bloom
parent
6b89dc82e9
commit
b40fba2686
@@ -8,9 +8,7 @@ cppflags: []
|
||||
cxxflags:
|
||||
- ${COVERAGE_COMPILER_FLAGS}
|
||||
enabled-by: true
|
||||
includes:
|
||||
- contrib/cpukit/uuid/
|
||||
- contrib/cpukit/utf8proc/
|
||||
includes: []
|
||||
install:
|
||||
- destination: ${BSP_INCLUDEDIR}
|
||||
source:
|
||||
|
||||
@@ -6,8 +6,7 @@ copyrights:
|
||||
cppflags: []
|
||||
cxxflags: []
|
||||
enabled-by: true
|
||||
includes:
|
||||
- contrib/cpukit/uuid/
|
||||
includes: []
|
||||
install: []
|
||||
links: []
|
||||
source:
|
||||
|
||||
@@ -6,8 +6,7 @@ copyrights:
|
||||
cppflags: []
|
||||
cxxflags: []
|
||||
enabled-by: true
|
||||
includes:
|
||||
- contrib/cpukit/utf8proc/
|
||||
includes: []
|
||||
install:
|
||||
- destination: ${BSP_INCLUDEDIR}/
|
||||
source:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
|
||||
actions:
|
||||
- set-value: cpukit/include cpukit/score/cpu/${ARCH}/include contrib/cpukit/fastlz/ contrib/cpukit/zlib/ contrib/cpukit/xz-embedded/userspace/
|
||||
- set-value: cpukit/include cpukit/score/cpu/${ARCH}/include contrib/cpukit/fastlz/ contrib/cpukit/utf8proc/ contrib/cpukit/uuid/ contrib/cpukit/zlib/ contrib/cpukit/xz-embedded/userspace/
|
||||
- substitute: null
|
||||
- env-assign: null
|
||||
build-type: option
|
||||
|
||||
@@ -7,8 +7,7 @@ cppflags: []
|
||||
cxxflags: []
|
||||
enabled-by: true
|
||||
features: c cprogram
|
||||
includes:
|
||||
- contrib/cpukit/uuid/
|
||||
includes: []
|
||||
ldflags: []
|
||||
links: []
|
||||
source:
|
||||
|
||||
@@ -7,8 +7,7 @@ cppflags: []
|
||||
cxxflags: []
|
||||
enabled-by: true
|
||||
features: c cprogram
|
||||
includes:
|
||||
- contrib/cpukit/utf8proc/
|
||||
includes: []
|
||||
ldflags: []
|
||||
links: []
|
||||
source:
|
||||
|
||||
@@ -7,8 +7,7 @@ cppflags: []
|
||||
cxxflags: []
|
||||
enabled-by: true
|
||||
features: c cprogram
|
||||
includes:
|
||||
- contrib/cpukit/uuid/
|
||||
includes: []
|
||||
ldflags: []
|
||||
links: []
|
||||
source:
|
||||
|
||||
Reference in New Issue
Block a user