summaryrefslogtreecommitdiffstats
path: root/upstream/schemas
diff options
context:
space:
mode:
authorSebastien Guiriec <sebastien.guiriec@renault.com>2016-05-26 08:46:59 +0200
committerEric Laurent <elaurent@google.com>2019-03-12 17:49:13 -0700
commit54bdb2158f647a8c8b6af9bc2e2239a6ce7b6bbc (patch)
tree9495e886cf828ade8d1987b75f4ad3c7eb0410a1 /upstream/schemas
parent67f663e08dfcebdfaea69df36ebae6167595a549 (diff)
downloadplatform_external_parameter-framework-54bdb2158f647a8c8b6af9bc2e2239a6ce7b6bbc.tar.gz
platform_external_parameter-framework-54bdb2158f647a8c8b6af9bc2e2239a6ce7b6bbc.tar.bz2
platform_external_parameter-framework-54bdb2158f647a8c8b6af9bc2e2239a6ce7b6bbc.zip
[PFW] Integrate PFW core version 3.2.6 release
PFW 3.2.6 release notes: https://github.com/intel/parameter-framework/releases/tag/v3.2.6 This release contains the following changes: - CMake: define installation components - Enum parameter serialization fix in raw value space - Version number guessing now prioritizes the ".version" file generated by the "git archive" export and then falls back to the git revision (opposite of what was done before). - Some CMake modernization. Bug: 124767636 Test: build Change-Id: Ic55dfc09da3436d0a4182463fa44a4dd6a9bfb80 Signed-off-by: Sebastien Guiriec <sebastien.guiriec@renault.com>
Diffstat (limited to 'upstream/schemas')
-rw-r--r--upstream/schemas/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/upstream/schemas/CMakeLists.txt b/upstream/schemas/CMakeLists.txt
index ba876fe..0b9dc6c 100644
--- a/upstream/schemas/CMakeLists.txt
+++ b/upstream/schemas/CMakeLists.txt
@@ -37,4 +37,5 @@ install(FILES ComponentLibrary.xsd
Subsystem.xsd
SystemClass.xsd
W3cXmlAttributes.xsd
- DESTINATION share/${PROJECT_NAME}/schemas)
+ DESTINATION share/${PROJECT_NAME}/schemas
+ COMPONENT eng)