Skip to content

Commit 99d8216

Browse files
Merge pull request #9888 from valeriosetti/issue101-development
Move pkgconfig.sh to the framework
2 parents 67ba14c + dff650e commit 99d8216

File tree

3 files changed

+3
-43
lines changed

3 files changed

+3
-43
lines changed

framework

tests/scripts/components-build-system.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ component_test_cmake_as_package () {
116116
./cmake_package
117117
if [[ "$OSTYPE" == linux* ]]; then
118118
PKG_CONFIG_PATH="${build_variant_dir}/mbedtls/pkgconfig" \
119-
${root_dir}/tests/scripts/pkgconfig.sh \
119+
${root_dir}/framework/scripts/pkgconfig.sh \
120120
mbedtls mbedx509 mbedcrypto
121121
# These are the EXPECTED package names. Renaming these could break
122122
# consumers of pkg-config, consider carefully.
@@ -137,7 +137,7 @@ component_test_tf_psa_crypto_cmake_as_package () {
137137
./cmake_package
138138
if [[ "$OSTYPE" == linux* ]]; then
139139
PKG_CONFIG_PATH="${build_variant_dir}/tf-psa-crypto/pkgconfig" \
140-
${root_dir}/tests/scripts/pkgconfig.sh \
140+
${root_dir}/framework/scripts/pkgconfig.sh \
141141
tfpsacrypto
142142
# This is the EXPECTED package name. Renaming it could break consumers
143143
# of pkg-config, consider carefully.

tests/scripts/pkgconfig.sh

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)