File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments