From ba8500b6b97d1c36ad4cb05ef51143b4989d8a9c Mon Sep 17 00:00:00 2001 From: Valerio Setti Date: Thu, 9 Jan 2025 14:27:42 +0100 Subject: [PATCH] components-build-system.sh: fix path of pkgconfig.sh The script was moved to the framework sub-repo. Signed-off-by: Valerio Setti --- tests/scripts/components-build-system.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/scripts/components-build-system.sh b/tests/scripts/components-build-system.sh index f3a8d19758..d6ad88ab82 100644 --- a/tests/scripts/components-build-system.sh +++ b/tests/scripts/components-build-system.sh @@ -116,7 +116,7 @@ component_test_cmake_as_package () { ./cmake_package if [[ "$OSTYPE" == linux* ]]; then PKG_CONFIG_PATH="${build_variant_dir}/mbedtls/pkgconfig" \ - ${root_dir}/tests/scripts/pkgconfig.sh \ + ${root_dir}/framework/scripts/pkgconfig.sh \ mbedtls mbedx509 mbedcrypto # These are the EXPECTED package names. Renaming these could break # consumers of pkg-config, consider carefully. @@ -137,7 +137,7 @@ component_test_tf_psa_crypto_cmake_as_package () { ./cmake_package if [[ "$OSTYPE" == linux* ]]; then PKG_CONFIG_PATH="${build_variant_dir}/tf-psa-crypto/pkgconfig" \ - ${root_dir}/tests/scripts/pkgconfig.sh \ + ${root_dir}/framework/scripts/pkgconfig.sh \ tfpsacrypto # This is the EXPECTED package name. Renaming it could break consumers # of pkg-config, consider carefully.