Skip to content

Commit ba8500b

Browse files
committed
components-build-system.sh: fix path of pkgconfig.sh
The script was moved to the framework sub-repo. Signed-off-by: Valerio Setti <[email protected]>
1 parent 3533e9b commit ba8500b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.

0 commit comments

Comments
 (0)